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 Kurumi 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 Kurumi 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 Kurumi Posted May 30, 2023 Report Share Posted May 30, 2023 Hi - For Time only fields, you can check this new forum post: Quote Link to comment Share on other sites More sharing options...
0 Kurumi Posted September 19 Report Share Posted September 19 Hi! Caspio now offers integration with OpenAI, so you can use extensions to leverage AI to update your data based on a prompt. Here's a sample use case to get the time only based on the provided Date/Time field. Request: Get the time in "[@field:Date_Submitted]" and change it to 12-hr time. Determine if it is AM or PM. Return only the final result in the format of: HH:MM AM or PM Result: Change the 'Date_Submitted' field to your right field name. To learn more about Extensions, you can check it here: https://howto.caspio.com/integration/extensions/ 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
5 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.