Help for this page

Select Code to Download


  1. or download this
    use POSIX       qw( strftime );
    use Time::Local qw( timelocal timelocal_nocheck );
    ...
       # Date in locale-specific format.
       print(strftime('%x', @date), "\n");
    }
    
  2. or download this
    2006/01/20
    2006/01/23
    ...
    2006/02/27
    2006/02/28
    2006/03/01