Skip to content

jrg63/DateParse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DateParse AutoHotkey2

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

Usage

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

Examples

For more examples see module source.

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

About

Converts almost any date format to a YYYYMMDDHH24MISS value.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • AutoHotkey 90.2%
  • Makefile 9.8%