Function: dayjs()
Source: 1.0.0-rc.14 · ecc10ae38a81 (uncommitted changes)
Call Signature
ts
function dayjs(date?): Dayjs;Defined in: node_modules/.pnpm/dayjs@1.11.23/node_modules/dayjs/index.d.ts:5
Parameters
date?
| string | number | Date | Dayjs | null
Returns
Call Signature
ts
function dayjs(
date?,
format?,
strict?
): Dayjs;Defined in: node_modules/.pnpm/dayjs@1.11.23/node_modules/dayjs/index.d.ts:7
Parameters
date?
| string | number | Date | Dayjs | null
format?
strict?
boolean
Returns
Call Signature
ts
function dayjs(
date?,
format?,
locale?,
strict?
): Dayjs;Defined in: node_modules/.pnpm/dayjs@1.11.23/node_modules/dayjs/index.d.ts:9
Parameters
date?
| string | number | Date | Dayjs | null
format?
locale?
string
strict?
boolean