132
MANUAL DO USUÁRIO DC-2000 / PROGRAMA WINTASKGEN - Revisão 1.5
Date
Stores date data with the format: MMDDYY (MM-month, DD-date, YY-year).
Examples:
1. When TEMPVAR is a variable, then a procedure could have:
Line No.
Operator
Source Operand
Destination
Operand
1
MOVE
DATE
TEMPVAR
which will move DATE data to TEMPVAR.
Dates
Stores date data in the short format: MMDD (MM-month, DD-date).
Examples:
1. When TEMPVAR is a variable, then a procedure could have
Line No.
Operator
Source Operand
Destination
Operand
1
MOVE
DATES
TEMPVAR
which will move DATES data to TEMPVAR.
Time
Stores time data in the format: hhmmss (hh-hour, mm-minute, ss-second).
Examples:
1. When TEMPVAR is a variable, then a procedure could have:
Line No.
Operator
Source Operand
Destination
Operand
1
MOVE
TIME
TEMPVAR
Times
Stores time data in the short format: hhmm (hh-hour, mm-minute).
Examples:
1. When TEMPVAR is a variable, then a procedure could have:
Line No.
Operator
Source Operand
Destination
Operand
1
MOVE
TIMES
TEMPVAR