10 ms·
Quite pretty but I can't figure out why anyone would invent their own non-ISO date format and then have to write a parser for it. Is it really so hard to start
by synx508 12y ago
Quite pretty but I can't figure out why anyone would invent their own non-ISO date format and then have to write a parser for it. Is it really so hard to start with the year?
- jontro 12y agoExactly my thought. I would just go with real date objects instead of a string representation at all.