@technobuddha > library > Time > Day
Function: isMidnight()
ts
function isMidnight(input: Date, options: DateOptions): boolean;Defined in: is-midnight.ts:11
Determine if a date is at midnight
Parameters
| Parameter | Type | Description |
|---|---|---|
input | Date | A date |
options | DateOptions | see DateOptions |
Returns
boolean
true, if the date is at midnight