i want to check if today is the last day of the month, but i don\'t really know how. i want to write it in php.
can you help?
thanks, Sebastian
Using the modern DateTime object class:
$date = new DateTime('last day of this month');