help_outline FAQ chevron_right FAQ chevron_right Detail

How can I display only the hour (without date) from a field created with the Hour tool?

field hour only can created date

Use the SQL CONVERT function: CONVERT(VARCHAR, [Field Name], 108). The format code 108 ensures only the hour is returned (e.g., '14:30:25').