Skip to content

WardMe/angular-datepicker

This branch is 257 commits behind g00fy-/angular-datepicker:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9b1c79f · Nov 25, 2014

History

71 Commits
Nov 25, 2014
Jun 16, 2014
Jun 29, 2014
Oct 3, 2013
Oct 3, 2013
Oct 3, 2013
Jun 29, 2014
Oct 13, 2013
Jun 29, 2014
Mar 12, 2014
May 29, 2014
Mar 12, 2014
Oct 3, 2013
Jun 29, 2014
Dec 4, 2013

Repository files navigation

AngularJS datepicker directives

WIP

Requirements

  • Angular v1.2+

Development version

Checkout, run grunt install and bower install. To build run grunt build

Examples

Live demo

defaults
<div date-picker="start"></div>
views:

(initial) view

<div date-picker="start" view="year"></div>

(max) view

<div date-picker="start" max-view="month"></div>

(min) view

only date view
<div date-picker="start" min-view="date"></div>
input as datepicker
<input type="datetime" date-time ng-model="start">
input with formatted value
<input type="datetime" date-time ng-model="end" hours format="short">
date-range picker
<div date-range start="start" end="end"></div>

About

calendar and datepicker directives for angular

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 54.7%
  • CSS 45.3%