Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
[py3.8+] 1-liner 169 chars: not windows-friendly solution in Creative category for Date and Time Converter by Phil15
date_time=lambda t:(t:=__import__('datetime').datetime.strptime(t,'%d.%m.%Y %H:%M')).strftime(f'%-d %B %-Y year %-H hour{"s"*(t.hour!=1)} %-M minute{"s"*(t.minute!=1)}')
Sept. 22, 2020
Comments: