Is there any simple way to show previous and next days with the date function in php
<?php
echo date ("M m, l")
?>
for example
That’d just display Sep 09, Monday
however is there any way to have it so with the click of a button (next) it’d show sep 10, tuesday?
Look into DateTime relative formats: