Help for this page

Select Code to Download


  1. or download this
    $starttime = "$mon"."$day"."$hour"."$min"."$year";
    
  2. or download this
    $starttime = "$mon$day$hour$min$year";
    
  3. or download this
    $starttime = $mon.$day.$hour.$min.$year;