login
working with Date() type objects in JavaScript posted: Tue 2013-08-13 19:54:13 tags: tech
Date in U.S. Imperial format mm-dd-yyyy:

d = new Date(yyyy, mm, dd);
d =

y = d.getFullYear();
y =