Clocks
Display a cities or towns current time and show conditional text at different hours.
Script
The script for this powerup can be added to your Webflow project using the TooEasy Powerups Webflow App. Once the app is installed simply select the powerup(s) you'd like to use and click the "install script" button.
Wrapper
This is the div that contains my clock and the timezone I want to target
Time
I want this nested Text Block to show the location's current time
Date
I want this text block to display the location's current date
Custom Morning Text
I want to show a custom message when it's morning of the current timezone.
Custom Afternoon Text
I want to show a custom message when it's the afternoon of the current timezone.
Custom Evening Text
I want to show a custom message when it's the evening of the current timezone.
Add this attribute to the div wrapper that contains all clock items.
An empty value will display the current visitor's local time (Based on IP).
To display a time from a specific timezone you can add a timezone identifier value. You can find a full list of values in TZ identifier column here.
Add this attribute to the text block that you'd like the current time to appear.
An empty value will display default formatting.
Add different values to change the formatting of the time. A full list of compatible values can be found in our cloneable.
Add this attribute to show a locations current date.
An empty value will display default formatting.
Add different values to change the formatting of the date. A full list of compatible values can be found in our cloneable.