Created
December 8, 2014 19:00
-
-
Save cdmckay/4370896706847de604c4 to your computer and use it in GitHub Desktop.
Example of using the DateTime picker in AngularJS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- The dueDate field is a UNIX offset of the date --> | |
<input type="text" | |
ng-model="dueDate" | |
ps-datetime-picker | |
class="form-control"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment