Initial Release
Pre-release
Pre-release
First public release π
To do:
- Timezone support.
- Currently everything is UTC-only.
- Format parsing support.
- You should be able to do
Thyme.parseSimple('YYYY-MM-DD', '2021-12-31')
, for example.
- You should be able to do
- More formats.
- Currently planned are PHP's
date_format
, ECMAScript's time format, and ISO 8601, but others may also be added.
- Currently planned are PHP's