CodaChroma@lemmy.world to StandardizationEnglish · 1 year agoWow! It actually makes sense!i.imgur.comimagemessage-square127fedilinkarrow-up1668arrow-down152
arrow-up1616arrow-down1imageWow! It actually makes sense!i.imgur.comCodaChroma@lemmy.world to StandardizationEnglish · 1 year agomessage-square127fedilink
minus-squareTroy@lemmy.calinkfedilinkEnglisharrow-up37·1 year agoISO 8601. Unironically the only ISO number I also remember.
minus-squaremattawlinkfedilinkEnglisharrow-up3·1 year agoI also remember as PHP programming language still won’t do it with this function: DateTimeInterface::ISO8601 DATE_ISO8601 https://www.php.net/manual/en/class.datetimeinterface.php#datetime.constants.iso8601 You need the DateTimeInterface::ISO8601_EXPANDED which can actually accept non compliant strings too. PHP - wherever you see an intuitive solution it’s wrong or has important caveats.
ISO 8601. Unironically the only ISO number I also remember.
Long live I-SO! I-SO! I-SO!
I also remember as PHP programming language still won’t do it with this function: DateTimeInterface::ISO8601 DATE_ISO8601 https://www.php.net/manual/en/class.datetimeinterface.php#datetime.constants.iso8601
You need the DateTimeInterface::ISO8601_EXPANDED which can actually accept non compliant strings too.
PHP - wherever you see an intuitive solution it’s wrong or has important caveats.