Hail,
Here's my problem.
I'm retrieving a date from a text file that is in the following format:
MM/DD/YY
and need to make it into:
YYYY-MM-DD
I do the following:
Format("07/01/01", "yyyy-mm-dd"
and get 2007-01-01
How can I correct this, is my format not correct?
Phailak
Here's my problem.
I'm retrieving a date from a text file that is in the following format:
MM/DD/YY
and need to make it into:
YYYY-MM-DD
I do the following:
Format("07/01/01", "yyyy-mm-dd"
How can I correct this, is my format not correct?
Phailak