mirror of
https://github.com/TangentFoxy/lua-date.git
synced 2025-07-29 03:22:16 +00:00
whitespace fixes
This commit is contained in:
2
date.lua
2
date.lua
@@ -196,7 +196,7 @@
|
|||||||
local function makedaynum_isoywd(y,w,d)
|
local function makedaynum_isoywd(y,w,d)
|
||||||
return isow1(y) + 7*w + d - 8 -- simplified: isow1(y) + ((w-1)*7) + (d-1)
|
return isow1(y) + 7*w + d - 8 -- simplified: isow1(y) + ((w-1)*7) + (d-1)
|
||||||
end
|
end
|
||||||
--[[ THE DATE MOUDLE ]]--
|
--[[ THE DATE MODULE ]]--
|
||||||
local fmtstr = "%x %X";
|
local fmtstr = "%x %X";
|
||||||
--#if not DATE_OBJECT_AFX then
|
--#if not DATE_OBJECT_AFX then
|
||||||
local date = {}
|
local date = {}
|
||||||
|
Reference in New Issue
Block a user