<% for(int i=0;i < dt.Rows.Count; i++) {
MetaDataRow meta = MetaDataRow.Create(dt.Rows[i]);
// determine date from path
string charDate = meta.Path.Substring(7, 10).Replace("_","-");
System.DateTime date = System.DateTime.Parse(charDate);
%>
|
<%=date.ToLongDateString()%>
|
<%=meta.Description%>
|
|
<% } %>
Archived Stylus Studio Press Releases | PR.com RSS Feed
Try Stylus
Download a free trial of <%=ConfigurationManager.AppSettings["SS"]%> today!