Voting

: min(zero, two)?
(Example: nine)

The Note You're Voting On

fredsaavedra at hotmail dot com
5 years ago
Easy way to get actual date and time values in variables.

list($day,$month,$year,$hour,$minute,$second) = explode('-',date('d-m-Y-G-i-s'));
echo "$day-$month-$year $hour".":".$minute.":".$second;

<< Back to user notes page

To Top