RowFilter on Date field
- From: "Manoj Paramu Das" <manojpdas@xxxxxxx>
- Date: Wed, 20 Apr 2005 12:56:13 -0400
I have loaded an xml file to a dataset and one of the fields being
"UserDate" and has date values like
<UserDate>2005-01-01T00:00:00.0000000-05:00</UserDate>
I am trying to apply a row filter to this field and it doesn't seem to work
dvCMonth.RowFilter = "Month(UserDate)=" & Now().Month
dvCMonth.RowFilter = "Month(UserDate)='4'"
no matter what I try, it doesn't work however, Any help would be appreciated
and thanks in advance.
Manoj Das
.
- Follow-Ups:
- Re: RowFilter on Date field
- From: sachintana
- Re: RowFilter on Date field
- Prev by Date: .net remoting and tcp listener socket
- Next by Date: Re: How do you set up http://localhost?
- Previous by thread: .net remoting and tcp listener socket
- Next by thread: Re: RowFilter on Date field
- Index(es):
Relevant Pages
|
Loading