Tag: adjust date

  • MySQL ADDDATE or DATE_ADD

    This weekend I needed a couple of MySQL query items that were out of the ordinary, so I thought I would write about them. ADDDATE or DATE_ADD both work the same, but came in very handy. I was struggling with an application where I need to have the date 42 days from now. PHP doesn’t […]