Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace dayjs

Index

Type aliases

ConfigType: ConfigTypeMap[keyof ConfigTypeMap]
ManipulateType: Omit<OpUnitType, "date" | "dates">
OpUnitType: UnitType | "week" | "weeks" | "w"
OptionType: FormatObject | string | string[]
PluginFunc<T>: (option: T, c: typeof Dayjs, d: typeof dayjs) => void

Type parameters

  • T = unknown

Type declaration

    • (option: T, c: typeof Dayjs, d: typeof dayjs): void
    • Parameters

      Returns void

QUnitType: UnitType | "quarter" | "quarters" | "Q"
UnitTypeLong: "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "date"
UnitTypeLongPlural: "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates"
UnitTypeShort: "d" | "M" | "y" | "h" | "m" | "s" | "ms"

Variables

Ls: {}

Type declaration

  • [key: string]: ILocale

Functions

  • Type parameters

    • T = unknown

    Parameters

    Returns Dayjs

  • isDayjs(d: any): d is Dayjs
  • Parameters

    • d: any

    Returns d is Dayjs

  • locale(preset?: string | ILocale, object?: Partial<ILocale>, isLocal?: boolean): string
  • Parameters

    • Optional preset: string | ILocale
    • Optional object: Partial<ILocale>
    • Optional isLocal: boolean

    Returns string

  • Parameters

    • t: number

    Returns Dayjs

Generated using TypeDoc