view docs/nitros9guide/date.refentry @ 321:2c0ddf807efa

Made some changes
author boisy
date Tue, 23 Jul 2002 23:43:29 +0000
parents 52af9581ef1e
children 2c541a4a3406
line wrap: on
line source

<refentry id="date">
<refnamediv>
<refname>DATE</refname>
<refpurpose>Display system date and time</refpurpose>
</refnamediv>

<refsynopsisdiv>
<cmdsynopsis>
<command>DATE</command>
<arg choice="opt">
  <option>t</option>
</arg>
</cmdsynopsis>
</refsynopsisdiv>

<refsect1><title>Description</title>
<para>
This command will display the current system date, and if the &quot;t&quot;
option is given, the current system time.
</para>
</refsect1>
<refsect1><title>Examples</title>
<screen>
date t

date t &gt;/p (Output is redirected to printer)

OS9: setime

       YY/MM/DD HH:MM:SS
TIME ? 81/04/15 14:19:00

OS9:date

April 15, 1981

OS9:date t

April 15, 1981 14:20:20
</screen>
</refsect1>
</refentry>