JDate.now constructor

JDate.now()

Constructs a JDate instance with current date and time in the local time zone.

var thisInstant = new JDate.now();

Implementation

JDate.now() : this.fromDateTime(DateTime.now());