BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
everything working fine but when i changed to below
<ejs-datepicker dayHeaderFormat='Narrow' format='yyyy/MM/dd' placeholder="select date" calendarMode='Islamic' ></ejs-datepicker>
calendarMode to islamic it gives me error
ERROR TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at DatePickerComponent.push../node_modules/@syncfusion/ej2-calendars/src/calendar/calendar.js.CalendarBase.getCultureValues (calendar.js:253)
at DatePickerComponent.push../node_modules/@syncfusion/ej2-calendars/src/calendar/calendar.js.CalendarBase.createContentHeader (calendar.js:286)
at DatePickerComponent.push../node_modules/@syncfusion/ej2-calendars/src/calendar/calendar.js.CalendarBase.createContent (calendar.js:238)
at DatePickerComponent.push../node_modules/@syncfusion/ej2-calendars/src/calendar/calendar.js.Calendar.createContent (calendar.js:1906)
at DatePickerComponent.push../node_modules/@syncfusion/ej2-calendars/src/calendar/calendar.js.CalendarBase.render (calendar.js:150)
at DatePickerComponent.push../node_modules/@syncfusion/ej2-calendars/src/calendar/calendar.js.Calendar.render (calendar.js:1816)
at DatePickerComponent.push../node_modules/@syncfusion/ej2-calendars/src/datepicker/datepicker.js.DatePicker.show (datepicker.js:769)
at DatePickerComponent.push../node_modules/@syncfusion/ej2-calendars/src/datepicker/datepicker.js.DatePicker.dateIconHandler (datepicker.js:359)
at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:423)
i need to solve this issue kindly help .
loadCldr(
require("cldr-data/main/ar/numbers.json"),
require("cldr-data/main/ar/ca-islamic.json"),
require("cldr-data/supplemental/numberingSystems.json"),
require("cldr-data/main/ar/timeZoneNames.json")
); |