项目作者: AutoHotkey-V2

项目描述 :
Converts almost any date format to a YYYYMMDDHH24MISS value.
高级语言: AutoHotkey
项目地址: git://github.com/AutoHotkey-V2/DateParse.git
创建时间: 2017-11-01T09:28:14Z
项目社区:https://github.com/AutoHotkey-V2/DateParse

开源协议:

下载


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.

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