Skip to content

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 354 Bytes

README.md

File metadata and controls

executable file
·
15 lines (11 loc) · 354 Bytes

Datepicker for AngularJs2.0

Features:

  • Current time, selected time support.
  • Left and right switch month.
  • Cancel、save the selected time

Demo: http://plnkr.co/edit/9OlVshuIG0lJ6153p4UA?p=preview

Usage:

<common-datepicker [dateInNanoSecond]="dateInNanoExp" [class]="stringExp" (selectedDate)="functionExp">
</common-datepicker>