catalan-hour
v1.0.2
Published
This library provides a function called toCatalan that transform JS Date to catalan date
Downloads
3
Readme
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());