Canvas does not include a dedicated object for displaying the date and time on the device. However, a date and time string can be displayed using a system tag in conjunction with a Text object. To create the system tag, click the ‘New Tag’ New Tag icon in the ‘Tag Tag Editor'. Next, in the ‘Edit Edit Tag' window, click the pencil icon to open the ‘II/O Address Editor’ Editor window. Under the ‘Type’ Type drop-down menu, select ‘System System, ’ then select ‘Datetime String’ Datetime String under the ‘Value’ Value drop-down menu and click ‘OK’ OK.
...
Once you have finished creating the tag, draw a text box on a page. Click on the newly created text box, then open the ‘Property Editor’ Property Editor and find the ‘Text’ Text property and click the binding Icon. Select the previously created tag and press ‘OK’ OK. The text box object will now display a string that contains both the date and time data from the Xpanel.
...