Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Shorter one-liner solution in Creative category for Time Converter (12h to 24h) by suic
time_converter=lambda i,t=__import__("time"):t.strftime("%H:%M", t.strptime(i.replace('.','').upper(),"%I:%M %p"))
July 11, 2018
Comments: