xsl-list
[Top] [All Lists]

[xsl] format-date() and negative (BCE) dates

2014-05-06 17:53:23
Consider this BCE date:

  -0001-12-29

If I format this using the "AD" (Gregorian) calendar, like this:

  format-date(xs:date('-0001-12-29'),
    '[Y0001]-[M01]-[D01]', (), 'AD', ())

I get an invalid date:

  0000-12-29

There is no year zero in the Gregorian calendar. I get the same results using OS (Julian). What am I doing wrong here? The ISO calendar does have a year zero. If I include the E (Era) component in the picture string, I do get "BC", but I don't see why the correct negative-one year is being changed to an incorrect zero-year.

This is using Saxon 9.4 (the one distributed with Oxygen 15.2).

All help appreciated,
Martin
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>