Moment constructor
Default Moment constructor. Creates a new Moment instance based on current time in the local time zone.
Implementation
Moment() {
_date = _now();
}
Default Moment constructor. Creates a new Moment instance based on current time in the local time zone.
Moment() {
_date = _now();
}