-
I'm generating a time / date string and have it displayed via a text-node
It seems the formatting options are ignored in NR-MCU:
|
Beta Was this translation helpful? Give feedback.
Answered by
phoddie
Feb 27, 2023
Replies: 1 comment 14 replies
-
That's expected and valid because the |
Beta Was this translation helpful? Give feedback.
14 replies
Answer selected by
Sineos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's expected and valid because the
options
parameter toDate.prototype.toLocaleString
is optional. The parameter is specified by ECMA-402 (e.g.Intl
). XS implements the JavaScript language standard (ECMA-262), but not ECMA-402.