dseyaret
|
| Posted: 10/25/2002, 2:29 AM |
|
IN CCS. (ASP)
I use a search form with a date field. I need to search on date (1.1.2001), it works ok, but i need to search for null dates. How to do that ?
I much prefer a solution without modifying generated ASP code.
Thanks.
|
|
|
 |
Timothy
|
| Posted: 10/28/2002, 6:41 AM |
|
well... try to search on empty(null) dates values against db and see if it possible. If yes, then you can use the same value in the project.
The workaround is to assign any default date values if user wants it to be empty.
|
|
|
 |
|