Adding Dates with Custom Layouts
Dates can be added to the badge and printed from any field that contains a date value.
Procedures
The following table displays the date formats and corresponding dynamic data fields to configure on the badge template.
Data Value | ObjectName | Output |
|---|---|---|
12-02-1948 | DATE|DATEOFBIRTH|MM-dd-yyyy|ddMMMyyyy | 02DEC1948 |
03/11/1992 | DATE|DATEOFBIRTH|dd/MM/yyyy|ddMMMyyyy | 03NOV1992 |
03-11-1992 | DATE|HIREDATE|MM-dd-yyyy|yyyyMMdd | 19920311 |
1992-03-11 | DATE|HIREDATE|yyyy-MM-dd|ddMMMyyyy | 11MAR1992 |
19-02-1928 | DATE|DOB|dd-MM-yyyy|ddMMMyyyy | 19FEB1928 |
Date objects should be formatted using pipe delimiter to display desired data format.