Simplistic utility class for converting a Cron expression into a {@link java.util.Date} and vice versa. This is very Jizz specific and onlycares about the min, hour and dow parts of the Cron expression.
Note that it uses deprecated {@link java.util.Date} methods and suppresseswarnings about that fact. This is because GWT doesn't have support for {@link java.util.Calendar} and this class is just used to turn a Cronexpression into a {@link com.google.gwt.user.datepicker.client.DatePicker} tomake initial setup less intimidating. @author kolonel
|
|
|
|