Nice article, I didn't even know there was an api! One tip; if you just convert the date stamp to a date object then you can use the browsers ability to format the date in the format of the users browser and locale configuration. Things like toShortDateString() take a lot of the complexities away
Nice article, I didn't even know there was an api! One tip; if you just convert the date stamp to a date object then you can use the browsers ability to format the date in the format of the users browser and locale configuration. Things like toShortDateString() take a lot of the complexities away
Ooo I didn't think of that! Thanks for the tip :D