Skip to content

Commit

Permalink
GRAD2-2947 - P3 - GRAD System - Adult Course Session DD needs to be s…
Browse files Browse the repository at this point in the history
…et to 01 to compare with Adult Start Date
  • Loading branch information
kamal-mohammed committed Sep 17, 2024
1 parent 36c12c7 commit 17fc96e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public RuleData fire() {
String courseSessionDate = sc.getSessionDate() + "/01";
Date temp = null;
try {
temp = toLastDayOfMonth(RuleEngineApiUtils.parseDate(courseSessionDate, "yyyy/MM/dd"));
temp = RuleEngineApiUtils.parseDate(courseSessionDate, "yyyy/MM/dd");
} catch (ParseException e) {
logger.debug(e.getMessage());
}
Expand Down

0 comments on commit 17fc96e

Please sign in to comment.