A GQI Operator to Format a datetime column to a custom format.
The operator needs a datetime column and a format as inputs. See the Standard date and time format strings reference page on learn.microsoft.com The default format is "dd/MM/yyyy hh:MM:ss".
Note
The returned display value will have the timezone offset of the server. This is different than the default displayvalue of a datetime, where the timezone of the client is used.