mud/lib/doc/sefun/month
2020-09-06 05:43:07 -07:00

28 lines
583 B
Plaintext

MONTH(1) MONTH(1)
NAME
month() - returns the name of the month at a given time
SYNOPSIS
string month(int x)
DESCRIPTION
Given an integer formatted time, this function will return
the name of the month in MUD time for that time.
EXAMPLES
o month(time()) this moment returns "Altki"
LOCATION
/secure/sefun/time.c
SEE ALSO
date(), day(), hour(), minutes(), query_night(), year()
Author
Descartes of Borg
1