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


Report
All responses (
Answers (