I am using agendajs to schedule the jobs. In docs, it is shown how to schedule jobs like
agenda.schedule('in 2 minutes', 'some jobs')
How can I schedule the job in specific date and time. I tried to use like below but didn't work
agenda.schedule('at 2018-7-24 09:47')
Any help is appreciated. Thanks