Help for this page

Select Code to Download


  1. or download this
    use POSIX qw(LC_TIME);
    
    ...
    POSIX::setlocale(LC_TIME,$locale);
    
    my $todaysdate = POSIX::strftime("%a %b %d %H:%M",localtime());