views:

56

answers:

1

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?

+1  A: 

Hope this helps.

http://articles.techrepublic.com.com/5100-10878_11-6016329.html

RussellUresti
Thanks. I kinda discovered this technique after I posted the question. Just what I was looking for.
George Edison