83Plus:BCALLs:5155
From WikiTI
Revision as of 17:14, 26 February 2006 by FloppusMaximus (Talk | contribs)
Synopsis
Unofficial Name: getDtFmt
BCALL Address: 5155
Minimum OS Version: 2.30
Puts the date format in OP1.
Inputs
- None
Outputs
- OP1=1/2/3
- Z=0 if date format is Y/M/D
- Z=1 if date format is M/D/Y or D/M/Y
- Z=1 and A=$20 if date format is D/M/Y
- Z=1 and A=$00 if date format is M/D/Y
Destroys
- All
Comments
- 1=M/D/Y
- 2=D/M/Y
- 3=Y/M/D