Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Beschreibung

xxx

Argumente

Name
Typ
Beschreibung
 datetimeDatum im Format DateTime
 stringFormatierungs 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

---

GetDateTimeString

GetDateTimeString

 

Parameters:

 

1) DateTime

Datum im Format DateTime

2) StringFormatierungs Format in Sting z.B.:   "%Y.%m.%d.%H.%M.%S" ""

Rückgabe: String

 

Beschreibung: 
Formatiert das Datum gemäss dem String

 

  • No labels