RSS Date Format
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
I struck a dead end. I am looking for an elegant replacement for the ASP.NET
DateTime.Now.ToString("r"));
method. It returns an RSS date in the right format required by the RSS 2.0 specification. The format is as follows:Thu, 11 Dec 2003 05:00:00 GMT
Does any one know of such a function in ASP/VBScript? If all fails, I would need to strip the date with DatePart ... Thanks in advance.