Format Functions German date_de

Creates a function which returns the given date in German format.

Example

SELECT date_de('2018-01-01') AS d_de;

Result:

d_de
01.01.2018