Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: mloweHi Iain,
What sort of format is the string version of the date?
A few examples:
"20100325".date("CCYYMMDD")
"2010/03/25".date("CY/M/D")
"2010/Mar/25".date("CY/m/D")
Hope that helps?
Cheers