Formatting to a Date
In my database the dates are stored as doubles so they look like numbers so 37999 is really 13/01/2004.
I've been trying then format the number in a datagrid back to standard date, but have no luck.
Is ASP is was easy I just did X=Cdate(RS("MyDate")) and it was done, but I cannot get it to work in ASP.NET
Thanks for any help provided
|