1.0.2 • Published 3 years ago

catalan-hour v1.0.2

Weekly downloads
6
License
ISC
Repository
github
Last release
3 years ago

Catalan Hour

Description

This library provides you a function called toCatalan that transforms a JS Date to catalan hour.

Example

toCatalan(new Date('December 17, 1995 03:24:00')) // falten sis minuts per dos quarts de quatre 

Usage

import { toCatalan } from 'catalan-hour';

const catalanHour = toCatalan(new Date());
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago