Ignition Perspective Table component

Ignition Perspective Table component column not showing correct date format from database

Dataset showing correct date format

image

however table display showing not readable format

image

please advise how to change the setting it to readable date format

On PROPS.columns set the field property for each column to the column name. Then select the render to ‘date’.

Note that this procedure allows you to reorder the columns in the table differently to that supplied by the database query.

Thanks