Business Days
npm install business-days
var bd = ;var day = 2013 8 20; // Fri 9/20/13var nextBusinessDay = ;console; // 2013-09-23T07:00:00.000Z (a Monday)
Negative time works, and if you can also call bd with one arg and that will assume you mean today as a reference.