home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 5
/
05.iso
/
a
/
a075
/
1.img
/
TOOLKIT1.EXE
/
SST310.PRG
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1989-08-08
|
247 b
|
12 lines
********************
FUNCTION Leapyear
PARAMETERS _thedate
_thedate = STR(YEAR(IF((TYPE("_thedate") != "D"), DATE(), _thedate)))
RETURN(MONTH(CTOD("02/28/" + _thedate)+1) = MONTH(CTOD("02/28/" + _thedate)))
* End of File