How can I convert a MSSQL datetime field value to a normal date en time?
Can anyone help me with this? :confused:
Example MSSQL field:
numeric(18,0) = 1202417100000
How to convert the above numeric to a normal date and time.. in vb6??
Printable View
How can I convert a MSSQL datetime field value to a normal date en time?
Can anyone help me with this? :confused:
Example MSSQL field:
numeric(18,0) = 1202417100000
How to convert the above numeric to a normal date and time.. in vb6??
Moved to Database Development
That doesn't look like a DateTime field.. how are you getting that?
What code have you tried to get the value into VB?