Help for this page

Select Code to Download


  1. or download this
    use POSIX;
    $now = POSIX::strftime("%a, %e %b %Y %T GMT",gmtime($now));
    
  2. or download this
    require POSIX;
    $now = POSIX::strftime("%a, %e %b %Y %T GMT",gmtime($now));