Free calculator to effortlessly evaluate the difference between dates. Easily add or subtract days from any date, with or without holidays and weekends.
- Download the ZIP file of this repository.
- Upload the /date-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Date Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_date_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_date_calculator(); ?>
to your template where you would like the Date Calculator to appear.