Help for this page

Select Code to Download


  1. or download this
    use POSIX;
    
    print strftime("%Y/%m/%d %H:%M:%S", localtime),"\n";
    
  2. or download this
    use POSIX;
    
    print strftime("%A, %B %d, %Y", localtime($epoch)),"\n";