This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
lua-date
Watch
1
Star
0
Fork
0
You've already forked lua-date
mirror of
https://github.com/TangentFoxy/lua-date.git
synced
2025-07-28 02:52:18 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
15
Commits
1
Branch
0
Tags
88fd8b175accdb5208ba11fbc8e33f6681efc5fb
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Thijs Schreijer
88fd8b175a
added tests: collected samples from documentation into a test file
2013-09-14 22:17:22 +02:00
doc
typos fixed
2013-09-14 21:52:37 +02:00
samples
added tests: collected samples from documentation into a test file
2013-09-14 22:17:22 +02:00
date-2.1.0-1.rockspec
updated version info to 2.1
2013-05-04 21:36:53 +02:00
date.lua
fixed vararg usage for lua 5.1/5.2.
Fixes
#1
2013-09-14 22:16:37 +02:00
README.md
updated readme formatting
2013-05-04 21:43:54 +02:00
README.md
#LuaDate v2.1
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.
##Changes:
v2.1 Lua 5.2 support. Global 'date' will no longer be set.
v2.0 original by Jas Latrix
Description
Date & Time module for Lua 5.x
Readme
MIT
248
KiB
Languages
Lua
94.6%
Makefile
5.4%