Upload version 1.0

This commit is contained in:
Thijs Schreijer
2013-05-04 17:28:38 +02:00
parent 4e0dd3f8c2
commit db859d3555
7 changed files with 1438 additions and 3 deletions

View File

@@ -1,4 +1,12 @@
date
====
LuaDate v2
date/time library for Lua
Lua Date and Time module for Lua 5.x.
Features:
* Date and Time string parsing.
* Time addition and subtraction.
* Time span calculation.
* Support ISO 8601 Dates.
* Local time support.
* Lua module (not binary).
* Formats Date and Time like strftime.