I am having trouble converting a string which is
is a date such as 050419 (yymmdd) to a dateformat like 2005-April-19.
<cfset find_date = #DateFormat(find_date, "yyyy-mmmm-d")#>
<cfoutput>#find_date#</cfoutput>
it shows up as 2038-January-14
How can I convert it correctly ?
Thanks,
olmos
is a date such as 050419 (yymmdd) to a dateformat like 2005-April-19.
<cfset find_date = #DateFormat(find_date, "yyyy-mmmm-d")#>
<cfoutput>#find_date#</cfoutput>
it shows up as 2038-January-14
How can I convert it correctly ?
Thanks,
olmos