Convert date/datetime from/to Japanese date/datetime
Project description
jp_arrow.
Conver date/datetime from/to Japanese date/datetime.
This module highly depend on "arrow".
- ISO date/datetime from/to Japanse date/datetime.
- 100% compatible for "arrow" except japanses date.
- builtins format for japanese date.
Install
pip install jp_arrow
How to use
In [1]: import jp_arrow
In [2]: jp_arrow.utcnow().format('EEYYYYMMDD', locale='ja')
Out[2]: '令和04年0715日'
In [3]:
In [2]: dt = jp_arrow.get('平成36年01月13日')
In [3]: dt
Out[3]: <Arrow [2024-01-13T00:00:00+00:00]>
In [4]: dt.format(jp_arrow.FORMAT_WAREKI)
Out[4]: '令和6年1月13日'
In [5]: dt.format(jp_arrow.FORMAT_WAREKI_W)
Out[5]: '令和06年01月13日'
In [6]: dt.format(jp_arrow.FORMAT_JISX0301)
Out[6]: 'R6.1.13'
In [7]: dt.format(jp_arrow.FORMAT_JISX0301_W)
Out[7]: 'R06.01.13'
In [8]:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jp_arrow-0.1.1.tar.gz
(39.0 kB
view details)
Built Distribution
jp_arrow-0.1.1-py3-none-any.whl
(42.8 kB
view details)
File details
Details for the file jp_arrow-0.1.1.tar.gz
.
File metadata
- Download URL: jp_arrow-0.1.1.tar.gz
- Upload date:
- Size: 39.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73ffd85e338dbbafde62f76fb2e9c422e518cc7ccd93ea4847678a8d8c0b860b |
|
MD5 | c4d542689e6f88ce9b84090a55adcf81 |
|
BLAKE2b-256 | c4196ac6b39253b2838d8eccbec3819f1377de790ce468366097d0f2b3d3e435 |
File details
Details for the file jp_arrow-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: jp_arrow-0.1.1-py3-none-any.whl
- Upload date:
- Size: 42.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ae3137e6d5c954861c649ad32fe14fc4c9b798207e21a0be1c9a2f8b95ea2c6 |
|
MD5 | 970db57cb7236e4ea45d49a1b3fd2734 |
|
BLAKE2b-256 | 0a3dda5a0cd76eff6da1ac3b8eba1db28f48c1220e111f235f61603c4330a70c |