problem with format-dateTime function
Replies (1)
Please register to reply
Added by Anonymous almost 20 years ago
Legacy ID: #2910343 Legacy Poster: Skvortsov (skvorets)
I have a problem with a format-dateTime function. expression format-dateTime( xs:dateTime( '2005-12-23T12:33:45' ), '[D01].[M01].[Y1,2-2]' ) should produce '23.12.05' result, but it returns '23.12.2005'. It seems that min-width and max-width params (2-2) are ignored. Same for [D01].[M01].[Y01] format string. Sergey.
Legacy ID: #2910399 Legacy Poster: Michael Kay (mhkay)
Thanks for notifying this. I've registered the bug, and a source fix, at https://sourceforge.net/tracker/index.php?func=detail&aid=1090470&group_id=29872&atid=397617 Michael Kay
Please register to reply