gijgo
gijgo copied to clipboard
Not display date-picker icon
i am using gijgo datepicker ...our site lived client server ..here not display datepicker icon ...so client message what is this ..please solved issue
Same here
Same here
You can define your icons, here's my code, I am using material design but you don't have to.
$('#datepicker').datepicker({
icons: {
rightIcon: '<i class="material-icons">date_range</i>',
previousMonth: '<i class="material-icons">keyboard_arrow_left</i>',
nextMonth: '<i class="material-icons">keyboard_arrow_right</i>'
}
});
if you're using bootstrap, you use the boostrap class, rightIcon is the calendar icon, the other two are the icons of the previous month and next month, you can use whatever icons you want.
You can read here the complete list of icons you can define
https://cdnjs.cloudflare.com/ajax/libs/gijgo/1.9.13/combined/js/gijgo.js
The documentation is incomplete but the code is readable.
https://gijgo.com/datepicker/configuration/icons.rightIcon
Could you please close this issue? So that we help the maintainers know that this issue is closed :)