I have SharePoint 2010 calendar and I am opening it as DataFormwebpart in SharePoint Designer and I noticed EndDate as follows: xsl:value-of select="@EndDate"/ and the result is 2012-03-15T14:30:00Z
How can I modify the xsl:value-of select="@EndDate"/ to Show DateTime as follows 2012-03-15 9:30 AM
Thanks,