jennamattie
New Member
I have the following line below, which currently displays like "9/29/2012"\[code\]<%=Convert.ToDateTime(prs["xDate"].ToString()).ToShortDateString() %>\[/code\]I need it to display like this "Sept 29", with no year. What can I do to achieve this in .NET.Thank you in advance!