Hello, I am developing a prestashop module in which I need a calendar in which to select a date. It would be like this for a text field but with a calendar:
array( 'col' => 3, 'type' => 'text', 'prefix' => '<i class="icon icon-envelope"></i>', 'desc' => $this->l('Introduce el nombre del usuario'), 'name' => 'MIMODULOMISMADB_ACCOUNT_USUARIO', 'label' => $this->l('Usuario'), )
Is it possible to add a calendar to the configuration page of the module?