Help for this page

Select Code to Download


  1. or download this
    $cache{$yearmonth}+$days*(24*60*60)+$hours*(60*60)+$mins*60+$secs;
    
  2. or download this
    ($cache{substr($date,0,10)}||=time_to_unix(substr($date,0,10)))
       + substr($date,10,2)*60 + substr($date,12,2);
    
  3. or download this
    $cache{$year.$month}