Data Source - Date Formats

The date format can be overridden on a datasource to be specific. A user may want to do this if the data arrives with an uncommon time format or a different locale from the host.

Date formats with non-English local may not be parsed correctly unless the correct locale is specified alongside the date format. The locale is specified using a special json format. The example below would parse dutch dates correctly

{ "locale": "NL", "format": "dd-MMM-yyyy HH:mm:ss" }

The country codes are defined ISO-3661-2 and can be found using this search on