Day.js 中文文档

当前版本 v1.11

更多文档

BigIntSupport

BigIntSupport 扩展了 dayjs()dayjs.unix API 以支持 BigInt 参数。

var bigIntSupport = require("dayjs/plugin/bigIntSupport");
// import bigIntSupport from 'dayjs/plugin/bigIntSupport' // ES 2015

dayjs.extend(bigIntSupport);

dayjs(BigInt(1666310421101));
dayjs.unix(BigInt(1666311003));

Day.js 中文文档 - 粤ICP备14034220号-1