https://github.com/leafo/lua-date
LuaDate 2 modified to work with newer versions of lua/luajit
https://github.com/leafo/lua-date
Last synced: 6 months ago
JSON representation
LuaDate 2 modified to work with newer versions of lua/luajit
- Host: GitHub
- URL: https://github.com/leafo/lua-date
- Owner: leafo
- Created: 2012-11-11T01:33:42.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-11T01:41:40.000Z (about 13 years ago)
- Last Synced: 2025-05-12T20:51:13.543Z (7 months ago)
- Language: Lua
- Homepage:
- Size: 152 KB
- Stars: 14
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
LuaDate v2
Lua Date and Time module for Lua 5.1.
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.