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

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: 10 months 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