Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atwayne/angular-us-bankholiday

An angular service to detect what day is bank holiday in US
https://github.com/atwayne/angular-us-bankholiday

Last synced: 12 days ago
JSON representation

An angular service to detect what day is bank holiday in US

Awesome Lists containing this project

README

        

# angular-us-bankholiday
An angular service to detect what day is bank holiday in US

# Usage:


app.controller('AppCtrl', function ($scope, Workdays) {
var previousBankDay = Workdays.getPreviousBankDay(new Date());
$scope.bizDate = Workdays.getDateString(previousBankDay);
});

# Dependency
underscore.js