Saxon XSLT 2.0 and RFC 822 date format -
what right way format xs:datetime rfc 822?
you need fn:format-datetime
i think should be:
format-datetime(current-datetime(), '[fnn,*-3], [d01] [mnn,*-3] [y0001] [h01]:[m01]:[s01] [z]', 'en', '', 'us')
right now, me, output:
thu, 07 oct 2010 21:10:03 -03:00
Comments
Post a Comment