D
djc
I am confused with all the options for date values... What should I be using
when I want to compare (=, >, <) two dates, not including the time.. for
example when inserting data in a database the data may have the full date
and time like '12/15/2004 12:31:23 AM'. How do I convert that into just
'12/15/2004'? In other words I need to test if the current date is before or
after a stored date value, but the time does not matter.
any input is appreciated.
when I want to compare (=, >, <) two dates, not including the time.. for
example when inserting data in a database the data may have the full date
and time like '12/15/2004 12:31:23 AM'. How do I convert that into just
'12/15/2004'? In other words I need to test if the current date is before or
after a stored date value, but the time does not matter.
any input is appreciated.