Skip to content

Converts almost any date format to a YYYYMMDDHH24MISS value.

Notifications You must be signed in to change notification settings

jrg63/DateParse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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

No packages published

Languages

  • AutoHotkey 94.7%
  • PowerShell 5.3%