CronExpression 1 Answer(s) 3 years and 3 months ago
Posted in : Date-Calendar
hi, I have a question regarding the crontrigger.
the requirement is the it should trigger everyday starting from a day of the month and the month when it should start which will be specified in the propertyfile exactly at 7:00 AM. so the cronexpression will look like this as below.... 0 0 7 11/1 1/1 ?
so according to this expression it should started triggering on 11th on january till 11th on february every day,but after that it stopped triggering the process.please help me to resolve this.