Skip to content

Instantly share code, notes, and snippets.

@cdmckay
Created December 8, 2014 19:00
Show Gist options
  • Save cdmckay/4370896706847de604c4 to your computer and use it in GitHub Desktop.
Save cdmckay/4370896706847de604c4 to your computer and use it in GitHub Desktop.
Example of using the DateTime picker in AngularJS
<!-- 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