Good day All Please can you help
Data:
How do i convert this data so that to 24 hours
result
Hey @Grantham, I'd use a Multi-Field Formula tool here to tackle both fields at the same time. Then we can just use the DateTimeParse() function to handle the incoming times, using their format:
DateTimeParse([_CurrentField_], '%I:%M %p')
More info on how these work here: https://help.alteryx.com/20221/designer/datetime-functions