Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 650 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 650 Bytes

DateParse

AutoHotkey2

This library uses AutoHotkey Version 2. (Tested with AHK v2.0-11)

Converts almost any date format to a YYYYMMDDHH24MISS value.

Usage

Include DateParse.ahkfrom the lib folder into your project using standard AutoHotkey-include methods.

Examples

For more examples see unittests.

#include DateParse.ahk
dt := DateParse("2:35 PM, 27 November, 2007") ; -> "200711271435"