Snippets tagged “relative-time”
1 snippet uses this tag.
- PHP subtract 1 month from date formatted with date ('m-Y')PHP
You can use the DateTime object in PHP to subtract one month from a date formatted with date('m-Y').
1 snippet uses this tag.
You can use the DateTime object in PHP to subtract one month from a date formatted with date('m-Y').