Module:Date Stuff: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 52: Line 52:
--Converts a short from date to a long from date using the specified calendar
--Converts a short from date to a long from date using the specified calendar
function p.date(frame)
function p.date(frame)
   return writeDate(convertShortDate(frame.args[1], frame.args[2]))
   return writeDate(convertShortDate(frame:getParent().args[1], frame:getParent().args[2]))
end
end