In JavaScript? Just instantiate a new Date object
var now = new Date();
That will create a new Date object with the client’s local time.
In JavaScript? Just instantiate a new Date object
var now = new Date();
That will create a new Date object with the client’s local time.