Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 670 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 670 Bytes

DateParse AutoHotkey2

Converts almost any date format to a YYYYMMDDHH24MISS value.

This library uses AutoHotkey Version 2.

Usage

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

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

For usage examples have a look at the UnitTest-files in t folder or at the library module itself

Hint

This is development environment for Dateparse - for Releases please see https://github.com/AutoHotkey-V2/DateParse