We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25cb25d commit 68c80e8Copy full SHA for 68c80e8
1 file changed
guide/CodeReferences/ref.time_format.md
@@ -24,4 +24,13 @@ like [$timeToDate](../Date/timeToDate.md)
24
| s | seconds like 20 |
25
| 0s | seconds but with padding zero like 03 |
26
| ampm | PM / AM |
27
-| tz | Timezone used like UTC |
+| tz | Timezone used like UTC |
28
+
29
+### Example
30
+```php
31
+$timeToDate[$timestamp;%y%-%m%-%d%]
32
+```
33
+Result:
34
35
+2025-8-15
36
0 commit comments