Function: dayjs()
Call Signature
function dayjs(date?): Dayjs
Defined in: packages/api/tmp/univer-pro/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/index.d.ts:5
Parameters
Parameter | Type |
---|---|
date ? | null | string | number | Date | Dayjs |
Returns
Call Signature
function dayjs(
date?,
format?,
strict?): Dayjs
Defined in: packages/api/tmp/univer-pro/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/index.d.ts:7
Parameters
Parameter | Type |
---|---|
date ? | null | string | number | Date | Dayjs |
format ? | OptionType |
strict ? | boolean |
Returns
Call Signature
function dayjs(
date?,
format?,
locale?,
strict?): Dayjs
Defined in: packages/api/tmp/univer-pro/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/index.d.ts:9
Parameters
Parameter | Type |
---|---|
date ? | null | string | number | Date | Dayjs |
format ? | OptionType |
locale ? | string |
strict ? | boolean |