Jump to content

datepicker in a TPL file


martenBoy

Recommended Posts

To the displayHeader hook add:

$this->context->controller->addJqueryUI('ui.datepicker');

Then initialize the datepicker in your template with the following code:

$(".your_input_class" ).datepicker();

Should do the trick.

Link to comment
Share on other sites

To the displayHeader hook add:

$this->context->controller->addJqueryUI('ui.datepicker');

Then initialize the datepicker in your template with the following code:

$(".your_input_class" ).datepicker();

Should do the trick.

 

Thanks you so much for your help, works greats !!!!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...