How would I go about converting a SQL 7.0 string field that contains a date and time string? The field is called {USERLOG.LOGIN}, an example of the data looks like this:
20020315 13:04
What I would like to do change this to (eventually):
03/15/2002 1:04 PM
How can this be done? I am a technical person, but not the greatest programmer. Could someone please provide a coding example, or point me in the right direction? Any help is greatly appreciated. Thank you!
I have tried some of the formulas like IsDateTime (which returns FALSE), DateTimeValue (which returns 'Bad date-time format string' error), and a some others without much luck....
20020315 13:04
What I would like to do change this to (eventually):
03/15/2002 1:04 PM
How can this be done? I am a technical person, but not the greatest programmer. Could someone please provide a coding example, or point me in the right direction? Any help is greatly appreciated. Thank you!
I have tried some of the formulas like IsDateTime (which returns FALSE), DateTimeValue (which returns 'Bad date-time format string' error), and a some others without much luck....