blob: 2ec8af093d18ac006834090abbd10c04d94e3d96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
.pa 1
.he 'DATE (I)'3/15/72'DATE (I)'
.ti 0
NAME date -- print and set the date
.sp
.ti 0
SYNOPSIS date____ [ mmddhhmm ]
.sp
.ti 0
DESCRIPTION If no argument is given, the current date is printed
to the second.
If an argument is given, the current date is set.
mm__ is the month number;
dd__ is the day number in the month;
hh__ is the hour number (24 hour system);
mm__ is the minute number.
For example:
date 10080045
sets the date to Oct 8, 12:45 AM.
.sp
.ti 0
FILES --
.sp
.ti 0
SEE ALSO --
.sp
.ti 0
DIAGNOSTICS "?" if the argument is syntactically incorrect.
.sp
.ti 0
BUGS --
|