We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@mstevan test-set: format-dateTime.xml, format-date.xml test-cases: format-dateTime-001d, format-date-001d
@team Seems that format-dateTime and format-date do not support Roman months.
Input: format-dateTime(dateTime("2003-09-07T09:15:06.456"),"[D1] [MI] [Y]")
Output: ⚠️ ️️here was an error. Code: [RBST0002] (this code can be looked up in the documentation and specifications). Location information: file:/Users/mstevan/Documents/:LINE:1:COLUMN:0: "[D1] [MI] [Y]": first presentation modifier not supported: I
Expected output: 7 IX 2003
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@mstevan
test-set: format-dateTime.xml, format-date.xml
test-cases: format-dateTime-001d, format-date-001d
@team
Seems that format-dateTime and format-date do not support Roman months.
Input:
format-dateTime(dateTime("2003-09-07T09:15:06.456"),"[D1] [MI] [Y]")
Output:
⚠️ ️️here was an error.
Code: [RBST0002] (this code can be looked up in the documentation and specifications).
Location information: file:/Users/mstevan/Documents/:LINE:1:COLUMN:0:
"[D1] [MI] [Y]": first presentation modifier not supported: I
Expected output:
7 IX 2003
The text was updated successfully, but these errors were encountered: