how to get current date in this formate:
1173253464
and how to add 7 or 10 days in it.
thank you
date question
Moderator: General Moderators
e.g.
Code: Select all
echo strtotime('today'), "<br />\n";
echo strtotime('today + 7 days'), "<br />\n";