Content deleted Content added
Forgot to make these local variables. |
Clearer comment. |
||
Line 5:
local lang = mw.language.getContentLanguage()
-- Calculate the time since/until the test dates here,
local currentTime = lang:formatDate( 'U' )
local jul09 = currentTime - lang:formatDate( 'U', '1 July 2009' )
|