In a formula column, the TIME() function displays the time of a date and time column. The result is a time.
The key point: the source column must include time. On a date-only column, without the Time option enabled, TIME() has nothing to extract.
Syntax
TIME(date_column)
Parameters
Examples
Extract the time from a date
For a date of 08-04-2022 15:30, the column returns 15:30.
TIME($Date)
Project 1 takes place at 15:30.
Your formula returns 0 or stays empty
Go further
FORMAT_DATE
To reformat the whole date and time rather than extract a single component.
Or continue with
Formula glossary
All available operators and functions, sorted by category.