Appendix A: Functions and Instructions 582
getDtStr(integer) Returns a string of the
current date in the format
specified by integer, where:
1 = M/D/Y
2 = D/M/Y
3 = Y/M/D
y N
getDtStr(
getKey Returns the key code for
the current keystroke, or 0,
if no key is pressed.
I/O
7:getKey
getTime Returns a list giving the
time according to the
current value of the clock.
The list is in
{hour,minute,second} format.
The time is returned in the
24 hour format.
y N
getTime
getTmFmt Returns an integer
representing the clock time
format that is currently set
on the device.
12 = 12 hour format
24 = 24 hour format
y N
getTmFmt
getTmStr(integer) Returns a string of the
current clock time in the
format specified by integer,
where:
12 = 12 hour format
24 = 24 hour format
y N
getTmStr(
F
unction or
Instruction/Arguments
Result Key or
Keys/Menu or
Screen/Item