Module:PageDates: Difference between revisions

No edit summary
No edit summary
Line 6: Line 6:
     local updatedDate = lang:formatDate("j F Y", updatedTimestamp)
     local updatedDate = lang:formatDate("j F Y", updatedTimestamp)


     return string.format("on %s", updatedDate)
     return string.format("%s", updatedDate)
end
end


return p
return p