meek
08-18-2010, 07:36 AM
Hi.
I'm trying to create a RSS feed based on a certain application. I'm able to fetch a date for the <pubDate> tag, but not in the correct format. I only have access to the frontend of this application, so I can't change the date format in the database or using server-side scripting.
My date format is this: "12 07 2010 00:00:01 GMT" but a <pubDate> needs to comply with this format: Sat, 07 Dec 2010 00:00:01 GMT.
I'm able to fix the format using some javaScript, but it makes my RSS feed invalid.
Does anyone have an idea how to solve this? Or should I just forget about it?
Thanks.
I'm trying to create a RSS feed based on a certain application. I'm able to fetch a date for the <pubDate> tag, but not in the correct format. I only have access to the frontend of this application, so I can't change the date format in the database or using server-side scripting.
My date format is this: "12 07 2010 00:00:01 GMT" but a <pubDate> needs to comply with this format: Sat, 07 Dec 2010 00:00:01 GMT.
I'm able to fix the format using some javaScript, but it makes my RSS feed invalid.
Does anyone have an idea how to solve this? Or should I just forget about it?
Thanks.