Hi,
I try to convert a datestring
utils.parseDate('Fri Feb 15 00:00:00:00 CET 2013','EEE MMM d HH:mm:ss z yyyy'))
This returns null
I found out that the problem is that ‘Fri’ is not recognized as a day in Dutch.
When I do the dateformat
utils.dateFormat(_today,'EEE MMM d HH:mm:ss z yyyy')
It returns a date in Dutch…
I tried to reset locale settings default to en,BE but it didn’t change anything…
Any help on this?
(This occurs in developer, didn’t test it on a server yet)
thanks