How to convert a date into a cron expression?

0

I'm developing an application in PHP and Javascript to schedule some tasks.

The user will be able to configure the date of execution of the task (with datapicker for example) from a graphical interface.

I would like to retrieve this data (year, month, day, hour, minute, and seconds) and convert them to cron expressions.

Is there a technique or framework for this?

    
asked by anonymous 28.11.2016 / 15:02

0 answers