Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.57 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.57 KB

dayjs-lunar

npm version npm downloads bundle JSDocs License

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('年月日')) // "二〇一〇年九月十三"

License

MIT License © 2024-PRESENT Bijinfeng