In AngularJS, how can we set the min attribute of input type=\"date\" to current date (today\'s) ?
min
input type=\"date\"
correct answers are already in above, if anyone looking for a solution in Angular 2/4/5 here is a way,
in you .ts file
private todate = new Date();
in your html file,
also here you can file other format options available in Angular
date formats