Skip to content

Function: dayjs()

Call Signature

ts
function dayjs(date?): Dayjs;

Defined in: node_modules/.pnpm/[email protected]/node_modules/dayjs/index.d.ts:5

Parameters

date?

null | string | number | Date | Dayjs

Returns

Dayjs

Call Signature

ts
function dayjs(
   date?, 
   format?, 
   strict?): Dayjs;

Defined in: node_modules/.pnpm/[email protected]/node_modules/dayjs/index.d.ts:7

Parameters

date?

null | string | number | Date | Dayjs

format?

OptionType

strict?

boolean

Returns

Dayjs

Call Signature

ts
function dayjs(
   date?, 
   format?, 
   locale?, 
   strict?): Dayjs;

Defined in: node_modules/.pnpm/[email protected]/node_modules/dayjs/index.d.ts:9

Parameters

date?

null | string | number | Date | Dayjs

format?

OptionType

locale?

string

strict?

boolean

Returns

Dayjs