@[email protected] to [email protected]English • 1 year agoWow! It actually makes sense!i.imgur.comimagemessage-square139fedilinkarrow-up1638arrow-down150
arrow-up1588arrow-down1imageWow! It actually makes sense!i.imgur.com@[email protected] to [email protected]English • 1 year agomessage-square139fedilink
minus-squareTroylinkfedilinkEnglish36•1 year agoISO 8601. Unironically the only ISO number I also remember.
minus-square@[email protected]linkfedilinkEnglish3•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.