Question
RSS RFC-822 Date format
I've set up an rss feed using the example on
http://www.geekpedia.com/tutorial157_Create-an-RSS-feed-using-ASP.NET-2.0.html
However I use MS Access db and I would like to have the right date format
which I belive is RFC-822.
I'm in Europe and currently my date output looks like this
<pubDate>18-06-2007 20:51:19</pubDate>
<asp:AccessDataSource ID="AccessDataSource1" runat="server"
DataFile="d:\web\database\news.mdb"
DataSourceMode="DataReader" SelectCommand="SELECT storyDate, Title,
Short, ArticleID FROM news ORDER BY storyDate DESC">
</asp:AccessDataSource>
Can anyone help me out with how I go by doing this?
Thanks
Bob
http://www.geekpedia.com/tutorial157_Create-an-RSS-feed-using-ASP.NET-2.0.html
However I use MS Access db and I would like to have the right date format
which I belive is RFC-822.
I'm in Europe and currently my date output looks like this
<pubDate>18-06-2007 20:51:19</pubDate>
<asp:AccessDataSource ID="AccessDataSource1" runat="server"
DataFile="d:\web\database\news.mdb"
DataSourceMode="DataReader" SelectCommand="SELECT storyDate, Title,
Short, ArticleID FROM news ORDER BY storyDate DESC">
</asp:AccessDataSource>
Can anyone help me out with how I go by doing this?
Thanks
Bob
