FormatString Widget Date Formatting

1
I am trying to use the FormatString widget with a DateTime attribute. I've tried several different iterations for the DateFormat, and none of them seem to work. Can anyone give me an example or two of DateFormats they have used with this widget? Thanks.
asked
1 answers
2

This seems to just use the standard formateDateTime function, you can find the configuration information here. The format I used for testing was: dd-MM-yyyy

answered