What is the right way to format xs:dateTime to RFC 822?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You need fn:format-dateTime I think it should be:
Right now, for me, output:
|
|||
|
|
|
Yup. I added 'AD' as the calendar and that cleaned up the output using SaxonHE 9.3.0.5
|
||||
|
|
|
In XSL:
When date was retrieved from database as:
or try : SELECT CONVERT(NVARCHAR(10), Table.DateField, 101) AS InputDate FROM Table |
||||
|
|
