Datepicker not working on Gentelella

I integrated Gentelella with Yii2. As I can’t make the built-in datepicker work, I tried to deactivate it and run a 3rd party datepicker, and also failed. The files I’m loading right now to get minimum features are:

public $css = [
    'css/bootstrap.min.css',
    'fonts/css/font-awesome.min.css',
    'css/custom.css',
];
public $js = [
    'js/jquery.min.js',
    'js/bootstrap.min.js',
    'js/custom.js'
];

As empty.html loads EVERYTHING (all js and css) Im not sure what files or code parts are related to datepicker. What should I do to get or a clean use of Gentelella or the datepicker work?

Hi @darkslash,

I hope you are well today and thanks for posting here.

Does the datepicker not work for you on specific browser like IE as reported on the following page?

https://github.com/puikinsh/gentelella/issues/33

Kind Regards,
Movin