27.13. How to deal with date and time
You will encounter date/time functions all over PHP-Nuke: cookie expiration time, broadcast message duration time, article time, server time. PHP offers many functions that help us with date/time tasks. Here we will cover:
-
How to find the last date of some article, download etc. (Section 27.13.1),
-
How to adjust server time (Section 27.13.2),
-
How to use the Discordian Calendar (Section 27.13.3).



