exifdate

0.1.3 • Public • Published

exifdate

Parse EXIF dates to Date.

build status dev dependency status

browser support

This module works in both node and browsers (with browserify).

Example

var exifdate = require('exifdate');
 
console.log(exifdate('2013:09:16 16:49:52'));

Methods

var exifdate = require('exifdate');

var date = exifdate(datestr)

Convert a EXIF formatted date string datestr to a Date. Returns null if the given datestr is invalid.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i exifdate

Weekly Downloads

3

Version

0.1.3

License

MIT

Last publish

Collaborators

  • uggedal