Warning: Undefined array key "DW7fa065a06cb74b536c124cfbe56ac6d3" in /var/www/gist.win/lib/plugins/translation/action.php on line 237
Warning: Trying to access array offset on value of type null in /var/www/gist.win/lib/plugins/translation/action.php on line 237
=== php : date ===
''date(string $format, ?int $timestamp = null): string'' [[https://www.php.net/manual/en/function.date|official]]
^Example^Explanation / Remarks^
|$d = date()| ? |
|$d = date("y-m-d h:i:s")|returns a string of current UTC time: y=|
^**format specifiers:**^ ^
|d|day-of-month, two digits, leading zero|
See also:\\
[[https://www.php.net/manual/en/function.date.php|official php date page]]\\
[[https://www.php.net/manual/en/datetime.format.php|official php datetime page]]