I have a date variable that shows the hour in 12-hour format, I need to set this date in 24-hour format and then extract the hours only in a 24-hour format so that I can transfer the incidents to the required team working in that hours.
have tried using the formatdatetime( variable, 'HH:mm:ss' ) , this shows the date in 24 hours but later when i tried to extract the hours using int (formatdatetime( 24hour variable, 'HH' ) , it goes back to 12 hours format
That is odd behavior. When i put the below expression in a Compose, it returns 13.
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2