Hi all,
I have a requirement, where I need to get the next job run date and time according to cron expression.
for example : for cron expression " 0 0 4 1/1 * ? * " , job should run everyday at 4 am and my output should be 4:00:00 am ,23 NOV 2016
kindly suggest me query to decrypt this cron expression.
Thanks in advance.