Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/core/prelude/date/const

Index

Variables

boolAliases: Pick<{ +: boolean; -: boolean }, "+" | "-"> = ...
createAliases: Pick<{ now: () => Date; today: () => Date; tomorrow: () => Date; yesterday: () => Date }, "now" | "today" | "yesterday" | "tomorrow"> = ...
dateChunkRgxp: RegExp = ...
defaultFormats: Pick<DateTimeFormatOptions, keyof DateTimeFormatOptions> = ...
formatAliases: Pick<{ M: string; Y: string; d: string; e: string; h: string; m: string; s: string; w: string; z: string }, "e" | "Y" | "M" | "d" | "w" | "h" | "m" | "s" | "z"> = ...
formatCache: Dictionary<DateTimeFormat> = ...
isDateStr: RegExp = ...
isFloatStr: RegExp = ...
normalizeDateChunkRgxp: RegExp = ...
normalizeZoneRgxp: RegExp = ...
timeChunkRgxp: RegExp = ...
zoneChunkRgxp: RegExp = ...