dayjs-lunar
v0.0.3
Published
dayjs-lunar is a dayjs plugin to support chinese lunar
Downloads
324
Readme
dayjs-lunar
dayjs-lunar is a dayjs plugin to support chinese lunar
Install
npm i dayjs-lunar
Usage
import dayjs from 'dayjs'
import lunar from 'dayjs-lunar'
const day = dayjs('2010-10-20')
console.log(day.lunar()) // "二〇一〇年九月十三"
console.log(day.lunar('YYYY-MM-DD')) // "2010-09-13"
console.log(day.lunar('年月日')) // "二〇一〇年九月十三"