new-village / JapaneseDatetime

The jpdatetime library extends Python's datetime to support Japanese eras (元号). It allows parsing and formatting dates in Japanese eras like Reiwa (令和), Heisei (平成), and more, including special support for first-year notation (元年).
https://pypi.org/project/jpdatetime/
Apache License 2.0
0 stars 0 forks source link

Abbreviated Year Notation Support #5

Open new-village opened 1 day ago

new-village commented 1 day ago

strftime メソッドにおける年号の短縮表記をサポートします。例えば、「令和5」の代わりに「R5」と表示するオプションを追加します。これにより、特に表示スペースが限られているアプリケーションにおいて、よりコンパクトでユーザーフレンドリーな形式で日本の日付を表現できます。

new-village commented 1 hour ago

dup of #10