Rating: 5 stars
Pour préciser le copyright en pied de page, afficher une année de naissance pour entrer dans une équipe sportive, sans avoir à modifier les infos chaque année, cet outil est exactement ce qu’il me faut !
MERCI
Rating: 5 stars
To use this plugin with custom date format on date_add and date_sub here is how to easily fix it.
Go to the Plugins -> Plugin Editor then select Date Calculator. You are now on editable date-calculator.php
FOR date_add
There you need to find line 203 and replace with this code:
$datecalc = date($format, mktime(0, 0, 0, date(“m”)+$month, date(“d”)+$day, date(“Y”)+$year));
FOR date_sub
Find line 244 and replace with this code:
$datecalc = date($format, mktime(0, 0, 0, date(“m”)-$month, date(“d”)-$day, date(“Y”)-$year));
Now you can use custom date format.
]]>Rating: 4 stars
the only one reason I dl this plugin is automatic display for a future date based on today, but too bad there’s a format issue for date_add short code, please fix this in the next update, thank you, good job.
]]>Rating: 3 stars
Great plugin, just noticed that the date format doesn’t work when paired with date_add.
]]>Rating: 5 stars
simple and very good
]]>