Skip to content

Instantly share code, notes, and snippets.

@AndersonChoi
Last active June 25, 2016 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndersonChoi/c35cdcc9b3375b917f0fc41b3b6aba64 to your computer and use it in GitHub Desktop.
Save AndersonChoi/c35cdcc9b3375b917f0fc41b3b6aba64 to your computer and use it in GitHub Desktop.
var schedule = require('node-schedule');
var date = new Date(2016, 6, 26, 9, 30, 0);
// 2016년 6월 26일 9시 30분 0초date 객체 생성
var j = schedule.scheduleJob(data, function(){
console.log('schedule start');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment