This library uses AutoHotkey Version 2. (Tested with AHK v2.0-11)
Converts almost any date format to a YYYYMMDDHH24MISS value.
Include DateParse.ahk
from the lib
folder into your project using standard AutoHotkey-include methods.
For more examples see unittests.
#include DateParse.ahk
dt := DateParse("2:35 PM, 27 November, 2007") ; -> "200711271435"