last-sunday
v0.1.0
Published
Get the last sunday (not the recent sunday of the week)
Downloads
4
Readme
last-sunday
Get the last sunday (not the recent sunday of the week)
Install
$ npm install --save last-sunday
Usage
const lastSunday = require('last-sunday');
const lastSundayDt = lastSunday();
//=> 'Sun Oct 14 2018' (It'll return the last sunday, not the recent sunday)
License
MIT © Ashik Nesin