Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 322 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 322 Bytes

rn-date

rn-date is a zero-dependency library which fixes the date parsing issue in React Native with Android.

Installation

yarn add rn-date

Usage

import { RnDate } from 'rn-date';

const date = new RnDate('2020-01-01T00:00:00.000Z'); // instead of new Date('2020-01-01T00:00:00.000Z')