340 |
* @return book true if $date_str is found inside of the |
* @return book true if $date_str is found inside of the |
341 |
* interval, false otherwise |
* interval, false otherwise |
342 |
*/ |
*/ |
343 |
protected function dateDansIntervalle($date_str, $date_start_str = null, |
protected function dateInsideInterval($date_str, $date_start_str = null, |
344 |
$date_end_str = null) { |
$date_end_str = null) { |
345 |
$dates_str = array($date_start_str, $date_str, $date_end_str); |
$dates_str = array($date_start_str, $date_str, $date_end_str); |
346 |
if (count($dates_str) == 1) { |
if (count($dates_str) == 1) { |