Stringfunctions+ | Formula TIMETOSTR
Description
This formula converts a Unix timestamp into a date in text format.
Formula(s)
        PHP
    
    {=TIMETOSTR("Format ";now)}
Result
String
Parameters
Parameter | Content | Format | Default value | Explanation | 
|---|---|---|---|---|
Format  | Date/time format  | String  | "Y-m-d H:i:s"  | Syntax: see https://www.php.net/manual/de/function.date.php  | 
now  | Timestamp  | Integer  | 0  | Default: now  |