1.0.0 • Published 9 years ago

to-exif-date v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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

1.0.0

9 years ago