You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JSDOM does not really support date formatting in other languages. PR #252 includes a short hack to support Chinese. It would be better to use the DateTimeFormat object from intl in that context.
The text was updated successfully, but these errors were encountered:
tidoust
changed the title
Use intl library to format dates locally in JSDOM
Use intl library to format dates in JSDOM
May 3, 2018
See #213 (comment)
JSDOM does not really support date formatting in other languages. PR #252 includes a short hack to support Chinese. It would be better to use the
DateTimeFormat
object from intl in that context.The text was updated successfully, but these errors were encountered: