How can I set Date Formatting in Data Grid 2?

1
I format my dates “d mmm yyyy” because that format is read the same way globally and it is impossible to make a mistake interpreting the date with this format. However, in Data Grid 2, I cannot figure out how to set the date formatting to match.  Is it possible to set my date format in Data Grid 2 to match my application? Thanks.
asked
1 answers
8

In StudioPro in the Datagrid2 widget

  • Doubleclick the attribute.
  • Select ‘Dynamic text’;
  • Next to the ‘Dynamic text’-box, click ‘Edit’
  • Set ‘Caption’ to {1} and ‘Parameters’ for formatDateTime($Entityname/LasLogin,’yyyy MM dd’):

answered