@CodaChroma to [email protected]English • 2 years agoWow! It actually makes sense!i.imgur.comimagemessage-square137arrow-up1786arrow-down162
arrow-up1724arrow-down1imageWow! It actually makes sense!i.imgur.com@CodaChroma to [email protected]English • 2 years agomessage-square137
minus-squareTroylinkfedilinkEnglish42•2 years agoISO 8601. Unironically the only ISO number I also remember.
minus-square@[email protected]linkfedilinkEnglish3•2 years 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.