运行环境
DAYU200:4.0.10.16
SDK:4.0.10.15
IDE:4.0.600
Luxon三方库发布啦
Luxon is a library for working with dates and times in arkts.
本库由 白晓明,完成迁移。
一、下载安装
代码语言:javascript复制ohpm install @nutpi/luxon
OpenHarmony ohpm 环境配置等更多内容,请参考如何安装 OpenHarmony ohpm 包
二、使用
代码语言:javascript复制import { DateTime } from '@nutpi/luxon';
参数options
结构为:
import { DateTime } from '@nutpi/luxon';
@Entry
@Component
struct Index {
@State message: string = '坚果派';
build() {
Row() {
Column() {
Text(DateTime.now().toString())
.fontSize(20)
.fontWeight(FontWeight.Bold)
}
.width('100%')
}
.height('100%')
}
}
三、开源协议
本项目基于 Apache ,请自由地享受和参与开源。感谢moment。
本库由 白晓明,完成迁移。
欢迎大家下载体验,大家的点赞与喜欢是坚果派持续更新的动力。
地址[1]
参考资料
[1]
地址: https://ohpm.openharmony.cn/#/cn/detail/@nutpi/luxon