PDA

View Full Version : How can I fetch todays date if I want a memberlist link for registered today users?


ThorstenA
16 Feb 2007, 13:49
Hello,

I'd like to put this link in my navbar: memberlist.php?joindateafter=2007-02-16 where 2007-02-16 is the actual day.

I can do it with code-changes:
# 1 $date_thisday = date("Y-m-j");
# 2 memberlist.php?joindateafter=$date_thisday

Is it possible to extract this date-format without code and just style changes?

Thank you very much.