Converts almost any date format to a YYYYMMDDHH24MISS value.
This library uses AutoHotkey Version 2.
This repository only offers released version of this library - development is taking place unter DateParse-Develop
Include DateParse.ahk
from the lib
folder into your project using standard AutoHotkey-include methods.
For more examples see module source.
#include DateParse.ahk
dt := DateParse("2:35 PM, 27 November, 2007") ; -> "200711271435"