Forum Discussion
Time Value in List Columns
Is it possible to use something like this in a list column:
8:00 AM - 4:00 PM
without using a choice/text field column, but using some sort of time/date column or calculated column?
ikoalosaurusSharePoint does not provide a column of type "Timespan". To achieve this in the most semantic way you'd need two columns of type date (startdate / enddate). You could then use calculated column to calculate and format your time range. You can get some examples on working with date values in calculated columns from the article below:
Hope this helps!
2 Replies
- paulpaschaBronze Contributor
ikoalosaurusSharePoint does not provide a column of type "Timespan". To achieve this in the most semantic way you'd need two columns of type date (startdate / enddate). You could then use calculated column to calculate and format your time range. You can get some examples on working with date values in calculated columns from the article below:
Hope this helps!
- ikoalosaurusCopper Contributor