local p =
function p.sigConv(frame) s = frame.args.timestamp r="(%d+):(%d+), (%d+) (%a+) (%d+) %(UTC%)" hour,min,day,month,year=s:match(r) MON= month=MON[month] return year .. "-" .. month .. "-" .. dayend
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/Elli/SignatureDateConvert".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.