Label Formatting Command Functions 
 
 
 
 
Class Series 2 Programmer’s Manual  143 
 
String 
Characters 
Print Values 
String  
Markers 
Print Values 
A 
Week Day (Mon = 1, Sun = 7) 
VW 
24-hour time format 
BCD 
Day Name 
XY 
12-hour time format 
EF 
Month Number 
Za 
Minutes 
GH...O 
Month Name 
gh 
Seconds 
PQ 
Day 
bc 
AM or PM 
RSTU 
Year 
def 
Julian Date 
 
Table 6-3: Time and Date String Characters and Markers 
 
 
When using substitution, you must ensure the converted string produces valid 
characters for the selected bar code / font.  
 
 
 
Sample 1: 
<STX>L<CR> 
121100001000100<STX>TBCD GHI PQ, TU<CR> 
E<CR> 
 
Sample 1 prints SUN DEC 21, 98.   
 
 
Sample 2: 
<STX>L<CR> 
191100100100010<STX>TEF/PQ<CR> 
E<CR> 
  
Sample 2 prints 12/21.    
 
 
Sample 3: 
<STX>L<CR> 
191100100100010ABC <STX>TEF/PQ<STX> DEF<CR> 
E<CR> 
 
Sample 3 prints ABC 12/21 DEF, and illustrates a method of 
embedding the time string, where the string must be terminated 
by <STX>. 
 
 
The samples above assume a current printer date of December 21, 1998.