TSC AUTO ID Technology Co., Ltd. 220 Copyright 2013 All Rights Reserved.
@DATE
Description
This variable reads/writes the date data via the Real Time Clock (RTC). Two-digits (01~31) date formats
are supported by RTC. @DATE global variable can be accessed directly without using BASIC language
functions.
Syntax
Write attribute: @DATE = "12"
Read attribute: @DATE
Range: 01~31
Example
Sample code
REM *****Set @DATE*****
@DATE="31"
REM *****Print*****
SIZE 4,1
GAP 0,0
DIRECTION 1
CLS
TEXT 10,10,"3",0,1,1,"@DATE"
TEXT 210,10,"3",0,1,1,@DATE
PRINT 1
See Also
~!C, @YEAR, @MONTH, @DAY, @HOUR, @MINUTE, @SECOND