Menu

#8 Leap Year

pending
nobody
None
5
2012-02-28
2012-02-28
Anonymous
No

Can't schedule meeting on Feb 29, 2012 unless you change the month to March and then back to Feb.

Discussion

  • Dan_Austin

    Dan_Austin - 2012-02-28

    In meetme_control.php remove line 437 that looks like this
    for ($i=1; $i<= $days[$tmp-1] ; $i++) {

    and add these lines-
    if ( ($tmp == 2) && (date('L', $starttime)) )
    $leap = 1;
    else
    $leap = 0;
    for ($i=1; $i<= ($days[$tmp-1] + $leap); $i++) {

     
  • Dan_Austin

    Dan_Austin - 2012-02-28
    • status: open --> pending
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.