Time in Datagrid/Declaration
1)While returning a date into a dataset from an ACCESS Database, how do I show it as a 'Medium Date'. In my database I show the time at 3:00 PM, and in my DataGrid it shows as 12/30/1899.
My second Question is...
2)Dim StartDate As New System.DateTime(2003, 11, 30)
is used for a ('Start')date. How do I declare my time?
'Dim KtartTime As String'is what I used but run into problems with that....
Please help
Thanks
|