0.0.5 • Published 3 years ago

js-calc-date v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

자동 적으로 시간 더해주는 함수

dateAddDel

const jsAdd = require('js-date-calc');

// first : 시간 데이터
// second : 시간
// third : y, m, d
jsAdd.dateAddDel('', '', '');

dateAddDelYmsHms

/**
 * interval is kind 
 * year, month, week, day, hour, minute, second
 * */
dateAddDelYmsHms('date Start', 'interval', 'number')

dataUtcChange

/**
 * gmt -> utc date change 
 * i think korea time is world time change
 */
dataUtcChange('date Start')
0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

4 years ago