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