Answered
Converting String to date type
I'm trying to post gif files (comic strips) by date based on
a series of characters in the name of the file.
For example: a file name is 'ft060618.gif' where the '060618' indicates the year, the month and the day respectively.
I used ReReplaceNoCase() to strip the 'ft' and '.gif' from the string.
Now I have the value '060618' and I need to convert this to a date type so I can list the comic strips by today's date as well as perhaps the last five days worth.
Thanks.
Scott
For example: a file name is 'ft060618.gif' where the '060618' indicates the year, the month and the day respectively.
I used ReReplaceNoCase() to strip the 'ft' and '.gif' from the string.
Now I have the value '060618' and I need to convert this to a date type so I can list the comic strips by today's date as well as perhaps the last five days worth.
Thanks.
Scott