We would like to have a field type that is a "Time" only. Just like the date/time field but not have the user select the date.
Aaron Silberberg shared this idea · May 16, 2019
We would like to have a field type that is a "Time" only. Just like the date/time field but not have the user select the date.
Aaron Silberberg shared this idea · May 16, 2019
Comments
1 comment
Hi Aaron,
Thank you for reaching out! If you would only like to see the time of a certain record, you can use the right() function on a calculated text field to only show a specific number of characters from the end of the string.
Example:
{Start Time} --> 05/16/2019 05:45pm
right({Start Time},8) --> 17:45:00
You can also use the left() function, mid() function or snip() function to get a different type of outcome. More information on these types of functions can be found on the link below.
https://help.trackvia.com/knowledgebase/articles/281151-text-functions
I have also submitted a feature request for our Product Team to consider adding a "Time" field to the platform. If and when this feature is released, you will be notified.
Regards,
Cristina
Please sign in to leave a comment.