20 Jan
2023
20 Jan
'23
12:06 p.m.
Am 1/20/2023 um 11:44 AM schrieb Alexander Witzigmann:
Hi,
The format-date has one minor issue using
format-date(xs:date("2022-01-01"),"[D]. [Mn] [Y]","de",(),())
should return 1. Januar 2022 but currently (BaseX 10.4) returns 1. januar 2022
I think you need/want to use format-date(xs:date("2022-01-01"),"[D]. [MNn] [Y]","de",(),()) Your sample gives the same output for me with BaseX and Saxon.