Angular Calendar

A useful calendar and date utility module for Angular 1.3x.

View the Project on GitHub kryo2k/angular-calendar

Getting Started

Bower Installation

bower install angular-calendar-util

Angular Installation

angular.module('...', ['angular-calendar'])

Calendar Example

{{calendar.year}} {{calendar.dateRange.from | date:'MMM'}} - {{calendar.dateRange.to | date:'MMMM'}}

{{date|date:'fullDate'}} Today!

Beginning Of Week {{calendar.beginningOfWeek}}
Week {{calendar.week}}
Year {{calendar.year}}

Date Manipulation Example

Sample Date
{{currentDate|date:'fullDate'}}
{{currentDate|date:'h:mm:ss.sss a'}}


Module Overview

The purpose of this module was to be able to easily manipulate dates and times in Angular without any other dependencies (date.js, moment, etc). This is still a work in progress, so might be frequently updated till perfected!

What's in the box?

Factory Classes

Services

Filters

Use cases

Disclaimer

Again, this is a work in progress. More documentation and examples to follow soon. I am not responsible for any damages caused by this software. If you notice any issues, please report them or better yet, fix them and I can pull in patches.