What is the right way to format xs:dateTime to RFC 822?
|
feedback
|
|
You need fn:format-dateTime I think it should be:
Right now, for me, output:
| |||
|
feedback
|
|
In XSL:
When date was retrieved from database as:
or try : SELECT CONVERT(NVARCHAR(10), Table.DateField, 101) AS InputDate FROM Table | ||||
|
feedback
|
|
Yup. I added 'AD' as the calendar and that cleaned up the output using SaxonHE 9.3.0.5
| ||||
|
feedback
|