Skip to content

yeo11200/node-date-calc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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')

About

데이터를 넣으면 자동으로 날짜 변환

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published