Setting default date format

When retreiving date fields from a database, they come in a format that does not match the destination format (eg. YYYY-MM-DD).
When doing an iteration over SQL-statements it would be nice if we could set a default date format so that alle dates that are imported are converted tot the default format.
Is this already possible or other workaround?

1 Like