Description
This formula converts a date in text format into a Unix timestamp.
Formula(s)
PHP
{=STRTOTIME("datetimestring";now)}
Result
-
String
Parameters
Parameter
|
Content
|
Format
|
Default value
|
Explanation
|
|---|---|---|---|---|
|
datetimestring |
Date/time string |
String |
|
Syntax: see https://www.php.net/manual/de/function.strtotime.php |
|
now |
Timestamp for calculations |
Integer |
0 |
Default: now |