Date value

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

How can I have the current system date and time in this format "07/01/2004
00:42:59"? Can I store it in a date field in an
System.Data.OleDb.OleDbType.Date field?

Thanks

Regards
 
Data.OleDb.OleDbType.Date field would like the DateTime parameter as the
best datatype.
Formating date is the matter of UI...
What are you doing anyway?
 
Trying to place a timestamp in the record.

Thanks

Regards


Miha Markic said:
Data.OleDb.OleDbType.Date field would like the DateTime parameter as the
best datatype.
Formating date is the matter of UI...
What are you doing anyway?

--
Miha Markic [MVP C#] - RightHand .NET consulting & software development
miha at rthand com
www.rthand.com

John said:
Hi

How can I have the current system date and time in this format "07/01/2004
00:42:59"? Can I store it in a date field in an
System.Data.OleDb.OleDbType.Date field?

Thanks

Regards
 
Back
Top