Help for this page

Select Code to Download


  1. or download this
    #want 1.1 hours from now
    print join(" ",Add_Delta_DHMS(Today_and_Now, 0, 1.1, 0, 0); 
    print join(" ",Add_Delta_DHMS(Today_and_Now, 0, 1, 0, 0); 
    #prints the same thing!!!
    
  2. or download this
    sub hms
    {
    ...
    
            return(int($hours), int($minutes), int($seconds));
    }