Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save michaelhenrique182/2a7d9394671bcbd324dc8e8bff7f28ca to your computer and use it in GitHub Desktop.
Save michaelhenrique182/2a7d9394671bcbd324dc8e8bff7f28ca to your computer and use it in GitHub Desktop.
[Angular] Input date binding
<input type="date" [ngModel] ="dt | date:'yyyy-MM-dd'" (ngModelChange)="dt = $event">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment