I have this code
var cron = require(\'node-cron\'); cron.schedule(\'0 30 19 10 SEP 4 2019\', () => { console.log(\'excute success\'); });