vanderkerkoff
Oct 24th 2006, 2:14 am
I'm getting a wierd problem with dateformat
Can anyone tell me why this dateformat string works
#DATEFORMAT("Mon, 23 Oct 2006 07:04 CDT", "m/d/")#
I get 10/23
While this one
#DATEFORMAT("Wed, 18 Oct 2006 07:40 CDT", "m/d/")#
gives me this java error
Parameter validation error for function DATEFORMAT.
The value of the parameter 1, which is currently "Wed, 18 Oct 2006 07:40 CDT", must be a class java.util.Date value.
I'm ouputting some dates from an rss feed and some dates work, and some don't, while they are all in the same format?
Any help will be greatly appreciated.
Can anyone tell me why this dateformat string works
#DATEFORMAT("Mon, 23 Oct 2006 07:04 CDT", "m/d/")#
I get 10/23
While this one
#DATEFORMAT("Wed, 18 Oct 2006 07:40 CDT", "m/d/")#
gives me this java error
Parameter validation error for function DATEFORMAT.
The value of the parameter 1, which is currently "Wed, 18 Oct 2006 07:40 CDT", must be a class java.util.Date value.
I'm ouputting some dates from an rss feed and some dates work, and some don't, while they are all in the same format?
Any help will be greatly appreciated.