因为ArkTS是在TS基础上进行创造的语言,获取时间这部分可以直接使用let date = new Date(),来获取当前时间对象;new Date相关的方法可以参考:https://www.jianshu.com/p/2cf4e35ee15e然后可以通过三方库dayjs实现时间格式化安装三方库:ohpm install dayjshttps://gitee.com/openharmony-tpc/openharmony\_tpc\_samples/tree/master/dayjs
因为ArkTS是在TS基础上进行创造的语言,获取时间这部分可以直接使用let date = new Date(),来获取当前时间对象;
new Date相关的方法可以参考:https://www.jianshu.com/p/2cf4e35ee15e
然后可以通过三方库dayjs实现时间格式化安装三方库:
ohpm install dayjs
https://gitee.com/openharmony-tpc/openharmony\_tpc\_samples/tree/master/dayjs