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?