date2data
v1.0.51
Published
Return the date to an array easily and simply.
Downloads
6
Maintainers
Readme
date2data
테이블에 날짜별 데이터 넣을 때마다 새로 객체 만들어서 작업하기가 매우 귀찮아서 만들었다. moment.js를 쓰기에는 구현하고자 하는 내용이 너무 가벼웠음
Install
npm i date2data
Usage
import {getMonthlyDate, getYearlyDate} from "date2data"
getMonthlyDate(2022, 3) //return monthly date
getYearlyDate(2022) //return yearly date
Preview
- getMonthlyDate
- getYearlyDate
Update
2022-04-12
- Change from class to function
- Add yearly function
- Change function name
2022-05-27
- Change date format