datepicker in block add.php
Permalink 1 user found helpful
has anyone been able to do this? I can not seem to get Javascript to work. I even tried linking through auto.js.
I am wanting to code into my custom block a date picker that will be consistent and easy to use. I was thinking the mootools datepicker.
any help would be appreciated.
I am wanting to code into my custom block a date picker that will be consistent and easy to use. I was thinking the mootools datepicker.
any help would be appreciated.
But are you trying to totally create your own date picker? That's kind of overkill, there is a form date helper that you can call in your blocks. I'd look into using that before writing anything new...
Hi hereNT,
Could you tell me how to display date picker in blocks?
Could you tell me how to display date picker in blocks?
http://www.concrete5.org/documentation/developers/forms/concrete5-widgets
Halfway down the page, Date Time.
Halfway down the page, Date Time.
Thanks a lot hereNT