Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hoppfrosch/dateparse-develop


https://github.com/hoppfrosch/dateparse-develop

autohotkey datetime datetime-formatters development-environment function

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# DateParse [![AutoHotkey2](https://img.shields.io/badge/Language-AutoHotkey2-red.svg)](https://autohotkey.com/)
Converts almost any date format to a YYYYMMDDHH24MISS value.

This library uses *AutoHotkey Version 2*.

## Usage

Include `DateParse.ahk`from the `lib` folder into your project using standard AutoHotkey-include methods.

```autohotkey
#include
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