@technobuddha > library > Time > Day
Function: endOfDay()
ts
function endOfDay(input: Date, options: DateOptions): Date;Defined in: end-of-day.ts:12
Determine the end of the day for a date
Parameters
| Parameter | Type | Description |
|---|---|---|
input | Date | The date |
options | DateOptions | see DateOptions |
Returns
The date value for the last millisecond of the specified day
Default Value
ts
utc false