Is there a way to convert the following eight character string into a valid SQL Server date field? I am assuming the year is 2003.
10260010
10 is the month
26 is the day
0010 is the time in military format (in this example, 10 miniutes after midnight)
Thanks ...
10260010
10 is the month
26 is the day
0010 is the time in military format (in this example, 10 miniutes after midnight)
Thanks ...