Avatar of Matt Pinkston
Matt Pinkston

asked on 

Formatting XSL statement Date to MM/DD/YYYY

XLT formatting a date field...

I have the following XLT in my custom sharepoint list application

<td class="style21" style="width: 185px" ><xsl:value-of select="@app_pr_datesub" /></td>
which produces
2018-03-25T04:00:00Z

How do I format that as
03/25/2018
Microsoft SharePointCSS

Avatar of undefined
Last Comment
Matt Pinkston

8/22/2022 - Mon