ArkTS中可以使用的强大时间转换包《dayjs》

dayjs内部封装了多种操作时间日期的方法,和moment类似

使用ohpm install下载

1、ArkTS时间格式转换

下载安装

ohpm install dayjs

导入使用

import dayjs from "dayjs";

示例代码

参数类型:Date、string
dayjs(参数); // 解析

当前时间:dayjs().format(“YYYY-MM-DD HH:mm:ss”)

某个date: dayjs(参数).format(“YYYY-MM-DD HH:mm:ss”)

dayjs().set("month", 3).month(); // 获取

dayjs().add(1, "year"); // 处理

dayjs().isBefore(dayjs()); // 查询

详情查看开源站点icon-default.png?t=N7T8https://gitee.com/openharmony-tpc/openharmony_tpc_samples/tree/master/dayjs#https://gitee.com/tybrave/openharmony_tpc_samples/tree/master/dayjs/TEST.md

开源站点部分API使用方法不明
可以查看Difference · Day.jsThis indicates the difference between two date-time in the specified unit.icon-default.png?t=N7T8https://day.js.org/docs/en/display/difference

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值