Hi,
I've been working a lot with dates and various capacities for the past month. I can't seem to find any decent documentation on working with dates in javascript.
for example: PHPfreaks has a wonderful explanation of any and all date() functions.
I just want to make sure I am properly utilizing all of the date object's methods.
W3schools has the best explanation that i've found.
So i'm taking the opportunity to utilize SO -
- What are the methods attached to the date object? (found @ w3schools)
- If you are inclined, list any interesting or useful scripts with the date obj (including odd behavior)