Specifications
Mobile Printing Systems
CPCL Programming Manual
Section 10
Advanced
Utilities
pg. 10-19
continued
GET-DATE Utility
This command reports the current date, if valid, as an eight character null-terminated ASCII string. This
command will be ignored by printers that are not equipped with a real time clock module.
Format:
<!> <UTILITIES>
{command}
<PRINT>
where:
{command}: GET-DATE
Printer output: mm:dd:yyyy\0
mm = month (01 – 12)
dd = day (01 – 31)
yy = year (1990 – 2089)
\0 = null terminator (00H)