Help for this page

Select Code to Download


  1. or download this
    Displays or sets the date.
    
    ...
    If Command Extensions are enabled the DATE command supports
    the /T switch which tells the command to just output the
    current date, without prompting for a new date.
    
  2. or download this
    C:\chas_sandbox>perl -le "print `date /T`"
    Wed 01/02/2008
    ...
    
    
    C:\chas_sandbox>