Overview
The Timer extension allows you to set a countdown time, which is displayed to your users. You can easily initiate the timer by specifying your desired time duration through the page parameter, allowing you to set a custom time limit. Once the timer starts, it displays the remaining time in real-time. Refer to the attached document to know more about configuring this extension in your application.
Key Features
- Simple, user-friendly interface of the timer extension allows the user to quickly view the remaining time limit at a glance.
- Displays the remaining time in real-time, allowing users to track their progress such as deadlines.
- Allows you to customize the timer duration, based on your preference.
Installing the Extension
Installing the extension from Zoho Marketplace is easy, and it can be used as soon as it's installed. Follow these
steps to install extensions.
- Go to Zoho Marketplace.
- Click Extensions and select Zoho Creator.
- Search for the 'Timer' extension and click Install.
The extension will be installed on your Creator account and you'll be ready to go.
Set-up the Extension
Pre-requisites
- Create a new page and embed the extension, or use the extension into an existing page by following these steps.
Page Parameters
In order to get this extension working, you need to supply the dynamic values in the
page parameter. The list of parameters required for the proper functioning of this extension is shown below.
Parameter | Description |
endtime
| The duration for the timer to start the countdown.
|
timezone (optional)
| The preferred time zone code. For example, IST or GMT.
Note: If the time zone is not specified, the time zone of your Zoho Creator server will be applied automatically.
|
24 Hour Format | 12 Hour Format |
MM/dd/yy HH:MM:SS | MM/dd/yy HH:MM:SS A |
yyyy/MM/dd HH:MM:SS | yyyy/MM/dd HH:MM:SS A |
MM/dd/yyyy HH:MM:SS | MM/dd/yyyy HH:MM:SS A |
dd MMM,yy HH:MM:SS | dd MMM,yy HH:MM:SS A |
MMM dd,yy HH:MM:SS | MMM dd,yy HH:MM:SS A |
dd MMM,yyyy HH:MM:SS | dd MMM,yyyy HH:MM:SS A |
MMM dd,yyyy HH:MM:SS | MMM dd,yyyy HH:MM:SS A |
dd MMMM,yy HH:MM:SS | dd MMMM,yy HH:MM:SS A |
MMMM dd,yy HH:MM:SS | MMMM dd,yy HH:MM:SS A |
dd MMMM,yyyy HH:MM:SS | dd MMMM,yyyy HH:MM:SS A |
MMMM dd,yyyy HH:MM:SS | MMMM dd,yyyy HH:MM:SS A |
MMM dd yy HH:MM:SS | MMM dd yy HH:MM:SS A |
dd MMM yy HH:MM:SS | dd MMM yy HH:MM:SS A |
MMM dd yyyy HH:MM:SS | MMM dd yyyy HH:MM:SS A |
dd MMM yyyy HH:MM:SS | dd MMM yyyy HH:MM:SS A |
MMMM dd yy HH:MM:SS | MMMM dd yy HH:MM:SS A |
dd MMMM yy HH:MM:SS | dd MMMM yy HH:MM:SS A |
MMMM dd yyyy HH:MM:SS | MMMM dd yyyy HH:MM:SS A |
dd MMMM yyyy HH:MM:SS | dd MMMM yyyy HH:MM:SS A |
Example
Consider a task management application that manages and splits the work item between the teams. To keep track of the deadline, you can install the timer extension from Zoho Marketplace and embed it into the application.
For configuring this extension:
Embed this extension in any of your pages in your application and add the mentioned
page parameters to the page.
- openUrl("#Page:dashboard?endtime=21-apr-2023 19:00:00&timezone=IST);
The team members can view their deadline in real time on their dashboard page. Based on the remaining time limit, they can plan and complete the task on time.