laradegroot
Programmer
In my application I am retrieving dates from an SQL database in the following format:
Feb 5 2003 12:00PM
Jan 28 2003 12:00PM
Mar 7 2003 12:00PM
I'm using the following code to convert this date to an "understandable" format:
Format(Date, "dd-mm-yy HH:MM"
This works perfectly for all dates ... except those with the month "Mar" or "May". In these cases the date is not converted at all.
Does anyone have any experience with this, or suggestions how to solve this problem??
Thanx! Regards,
Lara
Feb 5 2003 12:00PM
Jan 28 2003 12:00PM
Mar 7 2003 12:00PM
I'm using the following code to convert this date to an "understandable" format:
Format(Date, "dd-mm-yy HH:MM"

This works perfectly for all dates ... except those with the month "Mar" or "May". In these cases the date is not converted at all.
Does anyone have any experience with this, or suggestions how to solve this problem??
Thanx! Regards,
Lara