startOfDay method
Returns start of the day
Returned object will have same timezone as this
Implementation
Moment startOfDay() => startOf(DurationUnit.day);
Returns start of the day
Returned object will have same timezone as this
Moment startOfDay() => startOf(DurationUnit.day);