atwayne / angular-us-bankholiday

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 100.0%