Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    
    ...
    
    my $str = POSIX::strftime("%A, %B %d, %Y", gmtime);
    print "$str\n";
    
  2. or download this
    undef
    Thursday, August 14, 2008
    
  3. or download this
    my @ids = DateTime::Locale->ids();