home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 5
/
05.iso
/
a
/
a075
/
1.img
/
TOOLKIT1.EXE
/
SST311.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
|
243 b
|
14 lines
********************
FUNCTION Wom
PARAMETERS _tdate
_tdate = IF( (TYPE("_tdate") != "D"), DATE(), _tdate)
RETURN(Wholenum(INT(DAY(_tdate) / 7 + ;
IF(DAY(_tdate) % 7 <= DOW(_tdate), 1, 2))))
* End of File