khmer-lunar-d
v0.2.4
Published
Khmer Lunar date Plugin for Day.js
Downloads
2
Maintainers
Readme
khmer-lunar-d
Khmer Lunar Date plugin for Day.js
Install
npm install --save dayjs
npm install --save khmer-lunar-d
Using TypeScript
import dayjs from "dayjs";
import toKhDate from "khmer-lunar-d";
dayjs.extend(toKhDate);
dayjs().toKhDate();