I do not see a way to add a time field, so someone can choose 7:00am or 9pm, etc.
Welcome to the community!
Airtable does not have an independent time field without a date. Here are some workarounds:
- use a date/time field, and ignore the date
- use a duration field, enter time in 24 format (not am/pm), and use formula fields for displaying the time as am/pm
- use a text field to enter the time (with am/pm) and then use a formula field to perform calculations with it.
This thread discusses the options in more detail.
If this answers your question, please mark this post as the solution. Otherwise, could you please give a bit more details and a screen capture?
Welcome to the community!
Airtable does not have an independent time field without a date. Here are some workarounds:
- use a date/time field, and ignore the date
- use a duration field, enter time in 24 format (not am/pm), and use formula fields for displaying the time as am/pm
- use a text field to enter the time (with am/pm) and then use a formula field to perform calculations with it.
This thread discusses the options in more detail.
If this answers your question, please mark this post as the solution. Otherwise, could you please give a bit more details and a screen capture?
Do you have the corresponding formulas?
Do you have the corresponding formulas?
Welcome to the community, @Aline_Vida! :grinning_face_with_big_eyes: In your original post, you mentioned that “someone can choose 7:00am or 9pm”. Can you describe more about your specific use case? It sounds like you plan on giving users multiple options to choose from, instead of having them type in values. What’s the desired end goal for the time gathered from the user? Will it be married with a date, or just left on its own? Knowing more about how you wish to use the time information will help us provide the proper formulas and other setup details.
Welcome to the community, @Aline_Vida! :grinning_face_with_big_eyes: In your original post, you mentioned that “someone can choose 7:00am or 9pm”. Can you describe more about your specific use case? It sounds like you plan on giving users multiple options to choose from, instead of having them type in values. What’s the desired end goal for the time gathered from the user? Will it be married with a date, or just left on its own? Knowing more about how you wish to use the time information will help us provide the proper formulas and other setup details.
I’d like users to be able to enter specIfic times and also be able to choose am or pm.
Do you have the corresponding formulas?
The formulas are at the bottom of @Justin_Barrett’s post that I referenced earlier. He also has a nice graphic and explanation.
DATETIME_PARSE(DATETIME_FORMAT(NOW(), "MM/DD/YYYY ") & From, "MM/DD/YYYY h:mmA")
The purpose of the field in my case is for people to be able to enter their shift start time and end time.
Is there any video that shows the exact steps that are necessary to create this kind of field?
The purpose of the field in my case is for people to be able to enter their shift start time and end time.
Is there any video that shows the exact steps that are necessary to create this kind of field?
The easiest way to do that is to use a date field, and turn on “Include a time field”:
When using the form, users can pick the date and time all at once. No special formulas or other setup required. Click on the left to pick a date. Click on the right to pick the time.
Will this work for you?
Thank you. I like this solution. This saves a great deal of time. I hope that the ability to enter time by itself is an option one day. Where can I make this suggestion?
Thank you. I like this solution. This saves a great deal of time. I hope that the ability to enter time by itself is an option one day. Where can I make this suggestion?
Glad to know that you got an answer that works for you! If you would, please mark my comment above as the solution to your question. This helps others who may be searching with similar questions. Thanks!
To show your support for a separate time field, do a quick search in the Product Suggestions category and you’ll likely find a thread or two. Even if they’re closed, you can still give the initial post a thumbs-up to show your support.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.