diff --git a/date.lua b/date.lua index 2bfd0b4..01c54f8 100644 --- a/date.lua +++ b/date.lua @@ -4,6 +4,7 @@ All Rights Deserved. use this code at your own risk!. keep out of reach of children. + Copyright (C) 2013 update to Lua 5.2 by Thijs Schreijer --]]------------------------------------------------------ --[[ CONSTANTS ]]-- local HOURPERDAY = 24 diff --git a/doc/index.html b/doc/index.html index 84522c4..b187d85 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1,4 +1,4 @@ -LuaDate v2

LuaDate v2

Lua Date and Time module for Lua 5.x.

Jas Latrix

All Rights Deserved. Use at your own risk!. Shake well before using.

Table of Contents

1. Introduction
2. Limits
3. Local time support
4. Parsable date value
5. Parsable month value
6. date
6.1. Function(s) of date
6.2. Method(s) of date
7. dateObject
7.1. How Date and Time are stored in dateObject
7.2. Supported MetaMethods
7.3. Method(s) of dateObject
8. History
9. Acknowledgement

1. Introduction

LuaDate is a Lua module for date and time calculation and retrieval using the Gregorian Date system. +LuaDate v2

LuaDate v2.1

Lua Date and Time module for Lua 5.x.

Jas Latrix

All Rights Deserved. Use at your own risk!. Shake well before using.

1. Introduction

LuaDate is a Lua module for date and time calculation and retrieval using the Gregorian Date system.

To Load the module call local date = require"date" in your script. Make sure Lua can find the source file date.lua.