83Plus:BCALLs:5155

From WikiTI
Revision as of 04:47, 29 September 2005 by 213.132.169.38 (Talk)

Jump to: navigation, search

Synopsis

Unofficial Name: getDtFmt

BCALL Address: 5155

Minimum OS Version: 2.22 (not sure, could be 2.21 or 2.20)

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