Help for this page

Select Code to Download


  1. or download this
    [notjames@zap ~]$ date +%EG
    2002
    ...
    [notjames@zap ~]$ perl -MPOSIX -e 'print strftime('%G',localtime()),"\
    +n";'
    16
    [notjames@zap ~]$
    
  2. or download this
    $ date +%Eg
    %Eg
    ...
    %Eg
    $ perl -MPOSIX -e 'print strftime("%Eg",localtime()),"\n";'
    %Eg