Advertisement
Shell_Casing

dating

Jan 7th, 2019
579
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // template code
  2. <input id="endDate" [value]="today | date: 'MMMM d, y'" name="endDate" type="date" required class="form-control-sm">
  3.  
  4.  
  5. // code in corresponding class
  6. today = String(Date.now());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement