D
dave
Hi
I have one date/time type of field..
I' m trying to store only date in mm/dd/yyyy format using
INSERT Statement and
CONVERT(DATETIME,getdate(),101)
But still it stores both date & time in the database
field..How can I store only date in mm/dd/yyyy ???
Any help would be appreciated...
Thanx
dave
I have one date/time type of field..
I' m trying to store only date in mm/dd/yyyy format using
INSERT Statement and
CONVERT(DATETIME,getdate(),101)
But still it stores both date & time in the database
field..How can I store only date in mm/dd/yyyy ???
Any help would be appreciated...
Thanx
dave