我们如何在xslt格式化日期?
示例:
<xsl:value-of select ="name of function(I/P, 'MMM dd, yyyy')"/>
答案 0 :(得分:11)
如果您使用的是XSLT 1.0,您可能会发现EXSLT - Date and Times中的日期格式设置功能很有用,特别是format-date。如果您使用的是XSLT 2.0,则可以使用Formatting Dates and Times中描述的内置函数。
答案 1 :(得分:3)
这可能会有所帮助:ms:format-date Function
使用文章中的示例,您可以按如下方式格式化日期:
未经编辑的日期:2000-02-16T15:56:00
编辑日期:2000年2月16日