1.0.0 β€’ Published 7 years ago

file-birth v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

file-birth πŸ‘ΆπŸ»

Get a file's created date. Easily, quickly and formatted!

Install

Install with yarn

yarn add file-birth

Install with npm

npm install file-birth --save

Usage

const birthDate = require('file-birth')

birthDate('myfile.txt')
//=> 2017-10-22T12:00:00.000Z

birthDate('myfile.txt', 'DD/MM/YYYY')
//=> 22/10/2017

birthDate('myfile.txt', 'yyyy')
//=> 2017

birthDate('myfile.txt', 'dd-mm-yy')
//=> 22-10-17

birthDate('', 'dd-mm-yy')
//=> Error: file not found.

Changelog

  • 22/10/17 version 1.0.0 released.

License

MIT License

Copyright (c) 2017 Mateusz Janusz