FORMAT_DATETIME

Verwendungsbeispiel

FORMAT_DATETIME("%c", Order Date)

Syntax

FORMAT_DATETIME( format_string, date_expression )

Parameter

format_string: Unter Unterstützte Formatelemente für DATETIME finden Sie eine Liste der Formatelemente, die von dieser Funktion unterstützt werden.

date_expression: Ein Feld oder Ausdruck vom Typ „Datum“ oder „Datum und Uhrzeit“.

Rückgabedatentyp

Text 1

Beispiele

Example formula Output
FORMAT_DATETIME("%x", DATE "2008-12-25") 12/25/08
FORMAT_DATETIME("%c", DATETIME "2008-12-25 15:30:00") Thu Dec 25 15:30:00 2008
FORMAT_DATETIME("%b-%d-%Y", DATETIME "2008-12-25 15:30:00")

Dec-25-2008

Hinweise

Diese Funktion ist für Datumstypen im Kompatibilitätsmodus nicht verfügbar.

  1. Datumsstrings können als Datentypen vom Typ „Kompatibilitätsmodus-Datum“ interpretiert werden. Ändern Sie den Feldtyp in „Text“, um das angegebene Format beizubehalten.