HI all. How can I tell if it's the last day of the current month?
[man]cal_days_in_month/man
Hi NogDog, Do you see anythiong wrong with this. It should work right??
if (date("t") == date("d")){ return true; }
nikko50;10887631 wrote:Hi NogDog, Do you see anythiong wrong with this. It should work right?? if (date("t") == date("d")){ return true; }
Looks OK to me.