Date counter
Date counter - is just a 9 kilobytes WordPress plugin.
The facts
- Rating
- 5★ from 8
- Active installs
- 1k+
- Price
- Free
- Last updated
- 19 Dec 2024
- Added
- May 2018
- Requires WP
- 3.1
- Tested up to
- WP 6.8.8
- Requires PHP
- 5.3
- Downloads
- 21,002
Our analysis
AI-assistedDate Counter is a WordPress plugin that allows you to display the current date and time or calculate the difference between two dates. It supports various date and time formats, enabling you to customise how the information is presented on your site. This plugin is suitable for users who need to show date-related information, such as age or countdowns, on their WordPress websites.
The plugin is lightweight, at just 9 kilobytes, and is easy to implement with shortcodes for different functionalities. You can use it to display the current date, calculate age, or show time remaining until an event, making it useful for personal blogs, event sites, or any site that requires date calculations.
Best for: Individuals or businesses needing to display current dates or countdowns on their WordPress sites.
What it does well
- ✓Lightweight at 9 kilobytes
- ✓Supports multiple date and time formats
- ✓Calculates differences between dates
- ✓Easy to implement with shortcodes
- ✓Free to use from the WordPress.org directory
Where it falls short
- •Limited information on advanced features
- •No user support details provided
Verdict
Date Counter is a straightforward plugin for displaying dates and calculating time differences. It may be a good choice if you require basic date functionality without additional complexities.
From the developer
Konstantin Pankratov's own description of Date counter, lightly tidied.
Date counter – is just a 9 kilobytes WordPress plugin.
Easily display the current date or calculate the difference between two dates.
Current date & time
Current date & time: [CurrentDatetime format="d/m/Y H:i"].
Current date & time: 05.07.2021 12:48.
[CurrentDatetime format="jS F, Y"].
6th July, 2021.
It's [CurrentDatetime format="g:i A (e)"].
It's 10:35 AM (UTC).
You can find all possible formats in documentation.
Date & time difference
I'm [DatetimeDifference startDate="1998-08-25" endDate="now" format="Y"] years old.
I'm 23 years old now.
[DatetimeDifference startDate="31.12.2020" endDate="now" format="a"] days have passed since the new year.
187 days have passed since the new year.
Tomorrow's trip at 14:35 (2:35 PM) starts in [DatetimeDifference startDate="now" endDate="07.07.2021 14:35" format="h hours & i minutes"].
Tomorrow's trip at 14:35 (2:35 PM) starts in 8 hours & 34 minutes.
You can find all possible formats in documentation.
Total date & time difference
The store will open in [TotalDatetimeDifference startDate="now" endDate="16.07.2021 8:00" format="i"] minutes today.
The store will open in 19 minutes today.
[TotalDatetimeDifference startDate="now" endDate="25.08.2025" format="d"] days left until my b-day.
39 days left until my b-day.
You can find all possible formats in documentation.
🤘Extra
Shift from today’s date: ± N days | ± N weeks | ± N months | ± N years
[DatetimeDifference startDate="now" endDate="+1day" format="d"]
[TotalDatetimeDifference startDate="-3years" endDate="now" format="d"]
Post created & modified date
[DatetimeDifference startDate="post:created" endDate="now" format="d"]
[TotalDatetimeDifference startDate="now" endDate="post:modified" format="d"]