Help for this page

Select Code to Download


  1. or download this
    use POSIX qw(strftime);
    
  2. or download this
    %a   Abbreviated weekday name.  For example, Wed.
    %A   Full weekday name.  For example, Wednesday.
    %b   Abbreviated month name.  For example, Jan.
    %B   Full month name.  For example, January.