CFIMAP and date formats
I did a WEBMAIL using CFPOP.
I want now to use CFIMAP,
but when checking date (sentdate), I have a problem :
I use function isDate(sentdate), it is OK, pass
I then I use ParseDateTime with POP attribute
<cfif isDate(sentdate)>
<cfset l_date=ParseDateTime(sentdate,"pop")>
I get an error :
{ts '2011-12-09 14:03:53'} is not a valid date format
How to get a valid date with this ?
It did work with CFPOP and variable "date"
Thanks for any suggestion about this change of date format
between CFPOP and CFIMAP.
What do I need to use to get a valid date with CFIMAP and "sentdate" ?
Pierre.
