Is there a method to incorporate a personalized css class title into the daterangepicker ? I want to utilize my custom styles based on my class title. For example,
$('.dpick').daterangepicker( {
customClass: 'my-css', // The class name doesn't appear in the daterangepicker DOM.
opens: 'left',
autoUpdateInput: false,
//"parentEl": $(this).closest('div'),
locale: { cancelLabel: 'Clear'
}
});