2 Aug
2017
2 Aug
'17
1:03 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17699 --- Comment #26 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Just a remark: Date::Calc's Add_Delta_YM does the same as what you are doing now with limit. ($year,$month,$day) = Add_Delta_YM($year,$month,$day, $Dy,$Dm);
From POD: This function does no "wrapping" into the next month if the day happens to lie outside the valid range for the resulting year and month (after adding the year and month offsets). Instead, it simply truncates the day to the last possible day of the resulting month.
-- You are receiving this mail because: You are watching all bug changes.