Help for this page

Select Code to Download


  1. or download this
    use DateTime qw( );
    
    print DateTime->now(time_zone => 'America/New_York')
       ->strftime("Today: %m-%d-%Y \@ %H:%M:%S\n");
    
  2. or download this
    Today: 09-30-2010 @ 23:40:33