Use our time duration calculator to determine how much time has passed between two events. It is perfect for tracking work time for your business.
- Download the ZIP file of this repository.
- Upload the /time-duration-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Time Duration Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_time_duration_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_time_duration_calculator(); ?>
to your template where you would like the Time Duration Calculator to appear.