aboutsummaryrefslogtreecommitdiffstats
path: root/functions/init/date_range.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-17 06:58:52 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-17 06:58:52 +0000
commitd4be55af095532abcb17cacb07de79520c1c4887 (patch)
tree41c55adaf3e101568820fa25b8a33e7216468bfb /functions/init/date_range.php
parentfd14e5ce0beec32d38078064a865161433f33a06 (diff)
downloadphpicalendar-d4be55af095532abcb17cacb07de79520c1c4887.tar.gz
phpicalendar-d4be55af095532abcb17cacb07de79520c1c4887.tar.bz2
phpicalendar-d4be55af095532abcb17cacb07de79520c1c4887.zip
progress on recurrence:until and byday changes
Diffstat (limited to 'functions/init/date_range.php')
-rw-r--r--functions/init/date_range.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/init/date_range.php b/functions/init/date_range.php
index b957b75..78b0db5 100644
--- a/functions/init/date_range.php
+++ b/functions/init/date_range.php
@@ -30,7 +30,7 @@ switch ($current_view){
case 'month':
case 'week':
case 'day':
- $mArray_begin = mktime (0,0,0,$start_month,21,($start_year));
+ $mArray_begin = mktime (0,0,0,$start_month,1,($start_year));
$mArray_end = mktime (0,0,0,$end_month,31,($end_year));
break;
default:

© 2014-2024 Faster IT GmbH | imprint | privacy policy