v0.3.0
🎉 Celebration! The third version of Morrow
is released.
Features
- For
Morrow
- ✨ Add format method, like Arrow api
Example
let m = Morrow(2024, 2, 1, 3, 4, 5, 123456)
m.format("YYYY-MM-DD HH:mm:ss.SSSSSS ZZ") # 2024-02-01 03:04:05.123 +00:00
m.format("dddd, DD MMM YYYY HH:mm:ss ZZZ") # Sunday, 01 Oct 2023 00:00:00 UTC
m.format("YYYY[Y]MM[M]DD[D]") # 2023Y10M01D, "[ ]" for escape replace