How to get current date in JavaScript?
|
feedback
|
|
Your question was a little light. It's always best to say hello and explain your question rather then just "how do I do this". After all this is a community. This is why you got such harsh responses. Moving on. Hendrik's answer will work but probabbly isn't what you are looking for. The format is not very usable. I have been having the same issue and have come up with this through a lot of searching.
It's quite complex but it will give you todays date in the format of mm/dd/yyyy. Simply change Hope this helps. | |||||||
feedback
|
|
| |||||||||
feedback
|
|
He should have googled it and you should have provided the google query rather than the answer: http://www.google.com/search?q=current+date+javascript | |||||||||||
feedback
|
|
See the documentation for the Date object. It has examples. | |||
|
feedback
|
|
this would help you | |||
|
feedback
|