Voting

: six minus zero?
(Example: nine)

The Note You're Voting On

oriadam at example dot g dot com
2 months ago
Some formats can be replaced with the `date` function, for example:

strftime("%Y-%m-%d", $time);

can be replaced with

date("Y-m-d", $time);

<< Back to user notes page

To Top