Moment.now constructor
Creates a Moment based on current system time in the local time zone.
Uses DateTime.now()
internally.
Implementation
Moment.now() {
_date = _now();
}
Creates a Moment based on current system time in the local time zone.
Uses DateTime.now()
internally.
Moment.now() {
_date = _now();
}