Time column in exploration window

By default formatdatetime parameter gives date and time both . I have 5 minute candles data and i want the time of the candle in standard format in seperate column like “9:15 9:20” in exploration window .Please help me ?

How can i get only candle time in standard format ?

AddColumn( TimeNum() / 100, "HourMinute", 1.0 );
1 Like

Thank sir,
but this code gave me result like"1000" “915” ,but is there any way by which i can get time like system time
e.g (9:15,10:00) in exploration column.