Kendo UI for jQuery offers a new component that makes it easy for developers to work with time duration inputs—the TimeDurationPicker—with great UI and UX.
Creating inputs for duration or intervals of days, hours, minutes, seconds and milliseconds—it’s a headache. But not anymore!
Now Progress Kendo UI for jQuery delivers a new component that makes it easy for developers to work with duration inputs, all with great UI and UX—the TimeDurationPicker.
TimeDurationPicker input:
With a modern, beautiful look and feel that’s fully configurable, you can adjust the column data you want to input. For example, the sample above has day, hour, minute, second and millisecond, and custom captions for user input, adding a custom separator.
The sample above was built using this command:
If you are new here, let me say that Kendo UI for jQuery is a complete framework for building web applications and MVVM solutions with beautiful and consistent UI and the best UX in the market. You can see examples here.
The component has navigation keys to select and accept input from the keyboard. It’s all easy to set up and use, and I’ll demonstrate the basic commands.
This is a sample of the implementation:
💡Tips and tricks:
You can customize buttons with preset data—see the image below, with “1h 30min” and “2 hours,” “3 hours,” “ 1 day” and “5 days”:
The above TimeDurationPicker was configured with these parameters:
The text caption of the shortcuts is up to you. They could be whatever you need to describe your interval.
The value is in milliseconds, so 131,415,000 equals 1 day, 12 hours, 30 minutes and 15 seconds.
For example, by selecting the “1 day” button, the input will look like the one shown in the TimeDurationPicker image sample above.
To calculate the value of the buttons, you can use this calculator:
You can store in a database of your preference the value from the method “Value()” of the TimeDurationPicker control. And you can store the value in a data type integer column if you need intervals up to 25 days because an integer supports 2,147,483,647 milliseconds.
However, if your project needs intervals bigger than 25 days, you must store them in a data type bigint
column or equivalent.
After reading from the database, you can process the DateTime increasing in milliseconds.
C# sample:
I’ve prepared a sample UI to demonstrate the basic commands in action.
This app sample has three different hypothetical uses for TimeDurationPicker.
A selector with a full caption for “hours” and “minutes.”
Sample with seconds selector input.
You can define only the hour and the minutes and choose a small caption and no shortcuts.
Or no captions at all:
If you haven’t created your project, follow this guide in the documentation.
You are free to access this sample app on GitHub at https://github.com/jssmotta/telerik-timedurationpicker.
Experience the TimeDurationPicker for yourself! Give Kendo UI for jQuery a try for free:
Jefferson S. Motta is a senior software developer, IT consultant and system analyst from Brazil, developing in the .NET platform since 2011. Creator of www.Advocati.NET, since 1997, a CRM for Brazilian Law Firms. He enjoys being with family and petting his cats in his free time. You can follow him on LinkedIn and GitHub.