-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I want to format a date, with "##" as prefix, but failed, below is the code and error. Is it possible to achieve that?
const format = "\"##\"yyyy";
const tr = new TextRenderer(format);Got the following error:
SyntaxError: Expected "%", "*", ",", ".", ";", "E", [%,], digit-mask, end of input, escaped-char, hidden, literal, quoted-string, separator, space, or unmapped-char but "y" found.
excel works:

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels