Problem
How can I format the column value of a table, in date/time formatting.
Solution
To format the value column of a table, in date/time formatting, is necessary to use the "Data Format" property, using the following syntax DateTime:<format>
Here are some examples:
DateTime:dd/MM/yyyy HH:mm
DateTime:dd/MM/yyyy
DateTime:HH:mm
Additional documentation on the use of special characters in <format> (after DateTime:) refer to the SimpleDateFormat class in Java.
Published in Wed, 05 January 2011 13:35
