remove unfinished datetime; moved working functions to Utilities. small edits to customspeedmods

This commit is contained in:
AJ Kelly
2011-09-26 14:33:41 -05:00
parent ca120fdba7
commit 150438dbee
3 changed files with 17 additions and 88 deletions
+12
View File
@@ -182,6 +182,18 @@ function StepsOrTrailToCustomDifficulty(stepsOrTrail)
end
end
Date = {
Today = function()
return string.format("%i%02i%02i", Year(), (MonthOfYear()+1), DayOfMonth())
end
}
Time = {
Now = function()
return string.format( "%02i:%02i:%02i", Hour(), Minute(), Second() )
end
}
-- (c) 2005 Glenn Maynard, Chris Danford
-- All rights reserved.
--