TSC AUTO ID Technology Co., Ltd. 167 Copyright 2013 All Rights Reserved.
NOW$( )
Description
Returns the current date and time according to the setting of your printer. The returned value always
uses with commands FORMAT$().
Syntax
NOW$( )
Note:
This command has been supported since V6.81 EZ and later firmware.
Example
Sample code
SIZE 4,1
GAP 0,0
DIRECTION 1
CLS
TEXT 10,10,"3",0,1,1,"Now is "+NOW$( )
TEXT 10,60,"3",0,1,1,FORMAT$(NOW$(),"Long Date")
PRINT 1