Module:Age: Difference between revisions

50 bytes added ,  3 years ago
update from sandbox: implement show=M (minutes) and show=s (seconds)
(fix bug that can occur in {{age in years, months, weeks and days}} if attempt to make an invalid yyyy-02-29 date due to unwise wantMixture used to emulate original template)
(update from sandbox: implement show=M (minutes) and show=s (seconds))
Line 276:
hm = { 'H', 'M', id = 'hm' },
hms = { 'H', 'M', 'S', id = 'hms' },
M = { 'M', id = 'M' },
s = { 'S', id = 's' },
d = { 'd', id = 'd' },
dh = { 'd', 'H', id = 'dh' },
Anonymous user