Null time in the date column
I have a datetime attribute wherein I have to specify the date as well as time (if available). But if I specify date without any value for time, I am getting 00/00/00 (HH/MI/SS) which is wrong for my case. I should get a 'null' time instead of 00/00/00.
Any workaround???
Regards