All Projects → tohashi → wareki

tohashi / wareki

Licence: MIT license
Utility function for Japanese calender.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to wareki

timelite
String date and time utilities 🕙
Stars: ✭ 17 (-26.09%)
Mutual labels:  utilities, date
Date Fns
⏳ Modern JavaScript date utility library ⌛️
Stars: ✭ 27,650 (+120117.39%)
Mutual labels:  utilities, date
Date Fns Tz
Complementary library for date-fns v2 adding IANA time zone support
Stars: ✭ 385 (+1573.91%)
Mutual labels:  utilities, date
common
Metarhia Common Library
Stars: ✭ 55 (+139.13%)
Mutual labels:  utilities, date
cond-flow
Elixir style cond for easy javascript control flow
Stars: ✭ 37 (+60.87%)
Mutual labels:  utilities
LunarCalendar
A lightweight macOS App for displaying calendar and time
Stars: ✭ 82 (+256.52%)
Mutual labels:  date
diamonds
A pile of shiny typed JS helpers for everyday usage
Stars: ✭ 16 (-30.43%)
Mutual labels:  utilities
chronos
One library to rule the time
Stars: ✭ 17 (-26.09%)
Mutual labels:  date
vmutils
cross platform library to manipulate and extract information of memory regions
Stars: ✭ 22 (-4.35%)
Mutual labels:  utilities
vue-date-fns
Date filter for Vue based on the date-fns.
Stars: ✭ 21 (-8.7%)
Mutual labels:  date
utils
🛠 A collection of light-weight methods and helpers for defensive programming
Stars: ✭ 15 (-34.78%)
Mutual labels:  utilities
timestampy
🕒 Bunch of utilities useful when working with UNIX timestamps
Stars: ✭ 21 (-8.7%)
Mutual labels:  utilities
react-picky-date-time
A react component for date time picker. Online demo examples
Stars: ✭ 41 (+78.26%)
Mutual labels:  date
js-calendar
The lightest Javascript calendar out there, without any dependency.
Stars: ✭ 37 (+60.87%)
Mutual labels:  date
type-predicates
A comprehensive collection of type-guards, type assertions and related utils
Stars: ✭ 44 (+91.3%)
Mutual labels:  utilities
common
Utilities and base libraries for use across polkadot-js for Polkadot and Substrate. Includes base libraries, crypto helpers and cross-environment helpers. Full documentation & examples available.
Stars: ✭ 221 (+860.87%)
Mutual labels:  utilities
assign-one-project-github-action
Automatically add an issue or pull request to specific GitHub Project(s) when you create and/or label them.
Stars: ✭ 140 (+508.7%)
Mutual labels:  utilities
prototyped.js
Some common Typescript prototypes
Stars: ✭ 22 (-4.35%)
Mutual labels:  date
youtube-unofficial
Access parts of your account unavailable through normal YouTube API access.
Stars: ✭ 33 (+43.48%)
Mutual labels:  utilities
util.js
Useful JavaScript Functions in Single File
Stars: ✭ 25 (+8.7%)
Mutual labels:  utilities

wareki

CircleCI

Installation

$ npm install wareki

Usage

import wareki from 'wareki'

wareki('1989-01-07')
// -> 昭和64
wareki('1989-01-08')
// -> 平成元
wareki('2018-08-01', { unit: true })
// -> 平成30年
wareki('2019-05-01')
// -> 令和元
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].