Modul:DateTime: Unterschied zwischen den Versionen

1 Byte hinzugefügt ,  8. Januar 2019
2019-01-05 – Administratoren-Anfrage: https://de.wikipedia.org/w/index.php?title=Wikipedia:Administratoren/Anfragen&diff=184532505&oldid=184532167
(2018-12-07, https://de.wikipedia.org/w/index.php?title=Wikipedia:Administratoren/Anfragen&curid=6974524&diff=183516299&oldid=183510463)
(2019-01-05 – Administratoren-Anfrage: https://de.wikipedia.org/w/index.php?title=Wikipedia:Administratoren/Anfragen&diff=184532505&oldid=184532167)
Zeile 1: Zeile 1:
local DateTime  = { serial = "2018-12-07",
local DateTime  = { serial = "2019-01-05",
                     suite  = "DateTime",
                     suite  = "DateTime",
                     item  = 20652535 }    -- Date and time objects
                     item  = 20652535 }    -- Date and time objects
Zeile 776: Zeile 776:
                         n = #s2
                         n = #s2
                         if n <= 2  and  #s3 == 4 then
                         if n <= 2  and  #s3 == 4 then
                             rO.dom  = tonumber( n )
                             rO.dom  = tonumber( s2 )
                             rO.year = tonumber( s3 )
                             rO.year = tonumber( s3 )
                             rO.dom2 = ( n == 2 )
                             rO.dom2 = ( n == 2 )
Anonymer Benutzer