https://jsfiddle.net/6h2xuvjs/
for datePicker1 in example from javascript the date value is (2017, 11, 8).
It is supposed to be november 8.However in UI it is showing december 11.
Also,is it possible to integare 2 way binding(Angular)..Can you share an example
Hello Akhi,
The behavior you have described is as an expected behavior.For more information about date Picker date calculation with the default value I would recommend you to go through the below development guide document and refer the ‘configuration sample’ application.
https://www.igniteui.com/help/igdatepicker-overview For DatePicker sample with Angular2 you can refer the below GitHub sample:
https://github.com/IgniteUI/igniteui-angular2
Please let me know if you need more information.