Page 4 of 4

Datepicker default date Today

Posted: Sat Nov 03, 2018 9:15 am
by Serhii Kulibaba

Hello,

Please use a scope variable "today" in the property "ng-model" of the input (type=date). Also, please set the value to that variable = current date: pre$scope.today = new Date();/pre


Datepicker default date Today

Posted: Sat Nov 03, 2018 1:51 pm
by Esteban9433707

thanks!