Description
NimbleStfrtime
was created to validate calendar formatting as a separate project before adding it to Elixir itself. This issue is to meant to track its inclusion once we get enough feedback.
Questions
The library is quite small and provides a single function, so addition should be relatively straight-forward. The only open question we have at the moment is, should be added as: Calendar.strftime/2
OR Calendar.format/2
?
Other tasks
Once Calendar.format/2
is added, we will deprecate the :basic
and :extended
options from the ISO calendar and the ISO related APIs, keeping only the API that receives no such argument and returns the extended format.
PS: please do not send a PR for this, as the project is still under validation. Meanwhile we recommend everyone to give NimbleStrftime a try.