30 lines
621 B
Plaintext
30 lines
621 B
Plaintext
|
|
DATE(1) DATE(1)
|
|
|
|
NAME
|
|
date() - returns the date in the month at a given time
|
|
(MUD time)
|
|
|
|
SYNOPSIS
|
|
int date(int x)
|
|
|
|
DESCRIPTION
|
|
Returns what day of the month is represented by the first
|
|
argument, which is assumed to be a time integer.
|
|
|
|
EXAMPLES
|
|
o date(time()) returned 6 today, meaning it is Altki
|
|
6th.
|
|
|
|
LOCATION
|
|
/secure/sefun/time.c
|
|
|
|
SEE ALSO
|
|
day(), hour(), minutes(), month(), query_night(), year()
|
|
|
|
Author
|
|
Descartes of Borg
|
|
|
|
1
|
|
|