Help for this page

Select Code to Download


  1. or download this
    use POSIX qw(strftime);
                                                                          
    +          
    $time = time();
                                                                          
    +          
    print strftime("%m/%d/%Y %H:%M:%S",localtime($time));