How to get date in specific locale with JavaScript?
Posted
by George Edison
on Stack Overflow
See other posts from Stack Overflow
or by George Edison
Published on 2010-04-16T04:00:45Z
Indexed on
2010/04/16
4:03 UTC
Read the original article
Hit count: 218
I need to get the date in a specific locale using JavaScript - not necessarily the user's locale. How can I do this?
I did some research and found date.getUTCMonth()
and date.getUTCDate()
. How can I use this or something else to get the date in a certain locale?
© Stack Overflow or respective owner