nsdateformatter.com
nsdateformatter.com copied to clipboard
Source code for nsdateformatter.com. Built with Swift using Vapor. Hosted on Heroku.
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.4 to 5.1.7. Changelog Sourced from vite's changelog. 5.1.7 (2024-03-24) fix: fs.deny with globs with directories (#16250) (5a056dd), closes #16250 5.1.6 (2024-03-11) chore(deps): update all non-major dependencies...
This one is a weirdo, but very cool. It is *not* available on a formatter’s `dateFormat` directly, instead it exists on the class method `dateFormat(fromTemplate:, options:, locale:)`, and thus on...
Some tweets went around recently noting how `YYYY` might not be what you want to be using, but rather `yyyy` or `y`. The "references" omits `YYYY` and how it differs...
This was added in iOS 8, and it would be great to have a reference of how it formats things. I spent a while fiddling with it before I determined...