6
edits
m (→Operators) |
(→date) |
||
Line 197: | Line 197: | ||
==== date ==== | ==== date ==== | ||
''string'' '''date'''(''string'' format[, ''string'' time]) | ''string'' '''date'''(''string'' format[, ''string'' time]) | ||
Returns date and time according to the first argument. The format syntax is the same as PHP's date(). The optional argument may be a timestamp or string with date. | Returns date and time according to the first argument. The format syntax is the same as [http://de2.php.net/manual/en/function.date.php PHP's date()]. The optional argument may be a timestamp or string with date. | ||
Example: | Example: |
edits