Module:Time ago: Difference between revisions

m
and whoops, wrong html tag :P
m (oops - purge link needs a preceding space)
m (and whoops, wrong html tag :P)
Line 31:
local noError, inputTime = pcall( lang.formatDate, lang, 'U', args[1] )
if not noError then
return '<strong class="error">Error: first parameter cannot be parsed as a date or time.</spanstrong>'
end