Skip to content

@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

ParameterTypeDescription
inputDateA date
optionsDateOptionssee DateOptions

Returns

boolean

true, if the date is at midnight