roattw Posted March 16, 2018 Report Share Posted March 16, 2018 Id like to get a Time Picker (like the calendar date field picker but with just time). Caspio refers me to: Separate-input-fields-for-datetime-parts Possible solution but kind of honorous. I stumbled upon the newer HTML5 option: <input id="time" type="time">. Placed in an HTML box this provides exactly what I/we need - <input id="time" type="time"> How can I pass whatever is in this input field to a field in my datapage and/or database? Seems way easier than the proposed caspio method. Quote Link to comment Share on other sites More sharing options...
0 Aether Posted October 3, 2018 Report Share Posted October 3, 2018 Hello @roattw, I suggest for you to use "Separate Input fields for your time part", which is easy to do and it has a documentation in Caspio's Help center. Check this out: https://howto.caspio.com/tech-tips-and-articles/common-customizations/separate-input-fields-for-datetime-parts If you just want the time, don't include the date part in the documentation and use text field instead of Date/time field. I hope this helps Quote Link to comment Share on other sites More sharing options...
0 Meekeee Posted April 15, 2022 Report Share Posted April 15, 2022 Hi everyone - Just wanted to share this solution. If you want to save and select Date and Time in (1) Text Field instead of separating them into different fields. You may use an external JS library called flatpickr: https://flatpickr.js.org/getting-started/ To know more, you can check the post here: Quote Link to comment Share on other sites More sharing options...
0 Meekeee Posted October 21, 2022 Report Share Posted October 21, 2022 Hi - Just to add, here's a new post to disable the dates in a custom calendar date picker: Quote Link to comment Share on other sites More sharing options...
0 Meekeee Posted May 30 Report Share Posted May 30 Hi - For Time only fields, you can check this new forum post: Quote Link to comment Share on other sites More sharing options...
Question
roattw
Id like to get a Time Picker (like the calendar date field picker but with just time). Caspio refers me to: Separate-input-fields-for-datetime-parts
Possible solution but kind of honorous.
I stumbled upon the newer HTML5 option: <input id="time" type="time">. Placed in an HTML box this provides exactly what I/we need -
How can I pass whatever is in this input field to a field in my datapage and/or database? Seems way easier than the proposed caspio method.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.