I am using bootstrap date-picker in my angular application. However when I select a date from that date-picker underlying ng-model that I have bind gets updated I want that
I can fix this by adding below code in my JSP file. Now both model and UI values are same.
{{dt = (dt | date:'dd-MMMM-yyyy') }}