Help for this page

Select Code to Download


  1. or download this
      $time{month} = 'Dec';
      $time{day} = 12;
    ...
      $time{hour} = 14;
      $time{minutes} = 0;
      $time{seconds} = 0;
    
  2. or download this
    %time = (
        month => 'Dec',
    ...
        minutes => 0,
        seconds => 0,
    );