Skip to content

Converts almost any date format to a YYYYMMDDHH24MISS value.

Notifications You must be signed in to change notification settings

AutoHotkey-V2/DateParse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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"