|
Hi,
On my form I have a datetime selector, when I select that it selects the relevant date/time, eg 25/09/2009 14:40:03
Before I save this to the database, I want to get rid of the time part - ie I want to save 25/09/2009 00:00:00
How do I do it?
(Using VB) |