exif-date
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

Exif Date

NPM version NPM downloads Build status Test coverage

Parse an EXIF date string into a Date object.

Installation

npm install exif-date --save

Usage

import { parse, format } from "exif-date";
 
parse("2016:07:11 21:33:20"); //=> Date('2016-07-11T21:33:20.000Z')
format(new Date("2016-07-11T21:33:20.000Z")); //=> '2016:07:11 21:33:20'

License

Apache 2.0

Readme

Keywords

Package Sidebar

Install

npm i exif-date

Weekly Downloads

436

Version

2.1.0

License

Apache-2.0

Unpacked Size

14.1 kB

Total Files

9

Last publish

Collaborators

  • blakeembrey