Days Calculator by Calculator.iO
Free WordPress Plugin: Need to find the exact number of days between two dates? Use our free Days Calculator to instantly count total days, weekdays, or business days. Try it now! www.calculator.io/days-calculator/
by www.calculator.io / Days Calculator · github.com/pub-calculator-io/days-calculator · website
★ 5stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/pub-calculator-io/days-calculator/archive/refs/heads/master.zipReadme
Days Calculator Widget for WordPress
Need to find the exact number of days between two dates? Use our free Days Calculator to instantly count total days, weekdays, or business days. Try it now!

Installation
- Download the ZIP file of this repository.
- Upload the /days-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Days Calculator plugin through the "Plugins" menu in WordPress.
Usage
- Add the shortcode
[calcio_days_calculator]to your page, post or sidebar. - Or add the following code:
<?php display_calcio_days_calculator(); ?>to your template where you would like the Days Calculator to appear.