Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hoppfrosch/dateparse-develop
- Owner: hoppfrosch
- Created: 2017-11-01T08:54:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-01T08:57:47.000Z (about 7 years ago)
- Last Synced: 2024-11-01T11:26:17.836Z (2 months ago)
- Topics: autohotkey, datetime, datetime-formatters, development-environment, function
- Language: AutoHotkey
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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