I built a base to track my medicine but need a time field type to improve it. Any chance that could be developed? You probably want to build in standard time where user can designate their time zone and what is known as military time.
Hi @Peter_Nelson2 and welcome to our community!
Just curious whether a combination of Date (without a time field) and Duration field types would be suitable (or at least a work-around) for your use case…?
You can use a formula like
{End Time} - {Start time}
to compare durations.
Vernon, the current Duration field type doesn’t quite do it for me. My use case is a chain-of-custody style tracking of an item with a series of timestamps that don’t have start and end times for each record row, but that can be subtotaled with the first timestamp and the ending time essentially being the last time stamp. I did try creating this by making each timestamp a start and end time on it’s own and then summarizing the duration (in days) across records but I can’t figure out a way to do that with times.
Apparently I can’t embed a picture or URL link in my post reply to explain this in more detail.
Vernon, the current Duration field type doesn’t quite do it for me. My use case is a chain-of-custody style tracking of an item with a series of timestamps that don’t have start and end times for each record row, but that can be subtotaled with the first timestamp and the ending time essentially being the last time stamp. I did try creating this by making each timestamp a start and end time on it’s own and then summarizing the duration (in days) across records but I can’t figure out a way to do that with times.
Apparently I can’t embed a picture or URL link in my post reply to explain this in more detail.
You may need to “participate” a little more before you gain the permission to include a picture or URL in your forum posts. Try adding an emoji or editing an earlier post to earn the badges.
I’ve found Duration field type is close but not exactly meet my use case … That was a while ago now, so I’ll have to revisit.
+1 on this since duration and time aren’t the same thing. Something I didn’t see pointed out here was that grouping by date is thrown off when using the combo of date/time since it creates a different group for each time slot instead of a group by date, then time. (see example below)
Currently:
Date
10am
Date
11am
Date
12pm
When it should be:
Date
10am
11am
12pm
===
One idea may be to adjust the settings on the current date options so you can enable/disable the visibility of date just like you can do for time.
I also need a time field which allows for 24 hour times in the format 00:00
If you want to use the duration field as a time field, but view the field as AM/PM here is a formula.
Notes:
- Enter durations as military time (0:00 through 24:00)
- Durations from 0:00 - 11:59 will display as 12:00am - 11:59am
- Durations from 12:00 - 23:59 will display as 12:00pm - 11:59pm
- Both 0:00 and 24:00 will display as 12:00am
- Times/durations greater than 24:00 will display “Error”
IF({Duration} < 3600,
"12:" & IF((MOD({Duration}, 3600) / 60) < 10,
"0" & INT(MOD({Duration}, 3600) / 60),
INT(MOD({Duration}, 3600) / 60)
) & "am",
IF({Duration} < 43200,
INT({Duration} / 3600) & ":" &
IF((MOD({Duration}, 3600) / 60) < 10,
"0" & INT(MOD({Duration}, 3600) / 60),
INT(MOD({Duration}, 3600) / 60)
) & "am",
IF({Duration} = 43200,
"12:00pm",
IF({Duration} < 86400,
INT(({Duration} / 3600) - 12) & ":" &
IF((MOD({Duration}, 3600) / 60) < 10,
"0" & INT(MOD({Duration}, 3600) / 60),
INT(MOD({Duration}, 3600) / 60)
) & "pm",
IF({Duration} = 86400,
"12:00am",
"Error"
)
)
)
)
)
I would like to see the ability to enter time with am and pm also.
Hey everyone! Our latest field type, duration, just got released today. It’s designed to store time durations measured in hours, minutes, seconds, or milliseconds. There are five different formatting options, ranging from h:mm to hss.sss. You can also now format the output of computed fields as durations, and use durations in formula fields. Check it out, and let us know what you think!
It’s quite strange that Airtable is willing to spend time to create a duration field type but so reluctant to create time field type (my conclusion after reading several articles in the community).
As a user, I just think a time field is the simplest way to fit my demand as I would like to have a field for entering the date, the start time, and the end time separately.
Though I know it can be done by using the current date field and “include time field” to allow the time entry. However, it will combine the date and time info into one field and I may need to create another column and use the “datetime format” to get the time data without the date display. This is an indirect and inconvenient way for users.
For the end time, currently, Airtable allows users to get it by creating the formula that combining the current date field (with time include), the duration field and datetime format formula to get the result. But once again, this is an indirect and inconvenient way for users.
Another problem using the current date field type that included the time in one field is that when I change to other views from Grid to Kanban or Calendar, it does not allow me to display the time only.
I just want to voice out my need (maybe it’s also the need of other people) and hope Airtable can put it into consideration (to create a time field type or to modify the current date field that allows users to select date only, time only or date and time together) in the near future.
While I love the date/time field, I would also appreciate a separate time field. Because my Airtable is being exported and sent to others that require separate date and time columns, I am having to retype all my dates and times to align with that. I would really appreciate having a separate time field to go alongside the current field, or just the option of having the time with no date just like I can have the date with no time which would make it easy to switch over without losing or having to retype all of my data. It would also be much easier and more user friendly and less time consuming than figuring out how to use your formulas and formats. I have already tried a few times, but it never turned out right and I don’t currently have any more time to try and figure it out. Hopefully after I have finished this task, I can take time to figure it out before I need it again.
I’m having the same issue. I have to export with separate time and date columns. Is this something that there is a formula where I can display only the time from a date-time column?
Hello I am also asking that you add a Time field type.
Hello I am also asking that you add a Time field type.
yes please - It is super hard to use the calendar properly for events, if these include events of different lengths - so some that are “all day” and others that have a specific time - as this basically means that we must include multiple fields which is time intensive and takes a lot of space
+1 on needing a time-only field! We are creating a base of events, and want a time field for recording the start and end time of the event - but the event doesn’t start on Monday at 9AM and end on Wednesday at 4PM - it starts at 9AM and ends at 4PM each day from Monday to Wednesday. We have a “start day” and “end day” field, but want a “start time” and “end time” field that isn’t contingent upon the day!
And still, nothing from Airtable re: this. Just ignoring the user base.
Yes please and a week day field without a date and to be able to display on the calendar view
Pissin’ in the wind as this is a 5 year old thread with no solution in sight.
Nevertheless, +1 for Time field separate from the Date.
Hello fellow time-field enthusiasts!
Would also love the ability to have a time-field in AirTable!
Or else I have to do a lot of complex formulas to just get the right info!
Hello fellow time-field enthusiasts!
Would also love the ability to have a time-field in AirTable!
Or else I have to do a lot of complex formulas to just get the right info!
+1 to the time field.
@airtable this is five years old. Any updates?
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.