Module:Age: Difference between revisions

    (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: Line 276:
    hm = { 'H', 'M', id = 'hm' },
    hm = { 'H', 'M', id = 'hm' },
    hms = { 'H', 'M', 'S', id = 'hms' },
    hms = { 'H', 'M', 'S', id = 'hms' },
    M = { 'M', id = 'M' },
    s = { 'S', id = 's' },
    d = { 'd', id = 'd' },
    d = { 'd', id = 'd' },
    dh = { 'd', 'H', id = 'dh' },
    dh = { 'd', 'H', id = 'dh' },