Day Of Week can be specified in day range as 7 (ie "6-7" for Sat-Sun). Parsing of that date converts it to 0 (0-7 for Sun-Sat). Unfortunately the loop adding an event for each day in the range would never execute because it would loop "for (6<=0)". Fix with special handling of sunday Signed-off-by: William Whitehead <william.whitehead@lexisnexis.com>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|