Beschreibung
xxx
Argumente
Name | Typ | Beschreibung |
---|---|---|
datetime | Datum im Format DateTime | |
string | Formatierungs Format in String z.B.: "%Y.%m.%d.%H.%M.%S" |
Rückgabewert string
Formatiert das Datum gemäss dem String
Beispiel
Result = GetDateTimeString(2017-03-19T21:36:00.000,"%d.%m.%Y.%H.%M.%S");
Resultat:
Siehe auch [DateTime]
---
GetDateTimeString
GetDateTimeString |
|
Parameters: |
|
1) DateTime | Datum im Format DateTime |
2) String | Formatierungs Format in Sting z.B.: "%Y.%m.%d.%H.%M.%S" "" |
Rückgabe: String |
|
Beschreibung: |
|