Stringfunctions+ | Formel TIMETOSTR
Beschreibung
Diese Formel wandelt einen Unix-Zeitstempel in ein Datum in Textformat um.
Formel(n)
        PHP
    
    {=STRTOTIME("Format ";now)}
Ergebnis
String
Parameter
Parameter | Inhalt | Format | Standardwert | Erklärung | 
|---|---|---|---|---|
Format  | Datums-/Zeitformat  | String  | "Y-m-d H:i:s")  | Syntax: siehe https://www.php.net/manual/de/function.date.php  | 
now  | Zeitstempel  | Integer  | 0  | Default: now  |