You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Options cronOptions = new Options();
cronOptions.setZeroBasedDayOfWeek(false); //day of the week for quartz cron starts at 1 i.e. SUN
cronOptions.setTwentyFourHourTime(true);
String description = CronExpressionDescriptor.getDescription(cronString, cronOptions, Locale.ENGLISH);
it will display something like At 6:02 PM. I would expect it to display something like "At 18:02". It does this for other locales e.g. it, de etc.
The text was updated successfully, but these errors were encountered:
For a schedule like
0 2 18 * * ?
If you have
it will display something like
At 6:02 PM
. I would expect it to display something like "At 18:02". It does this for other locales e.g. it, de etc.The text was updated successfully, but these errors were encountered: