Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

to-exif-date

mohsen17MIT1.0.0

Convert JavaScript Date objects to EXIF date

exif, date

readme

To EXIF Date

Convert JavaScript Date objects to EXIF date

Install

npm i --save to-exif-date

Usage

var toExifDate = require('to-exif-date');

var date = new Date();

var exifDate = toExifDate(date);

Run test

npm test

License

MIT