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.

RadiantWeb
 
hereNT replied on at Permalink Reply
hereNT
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...
SVijay replied on at Permalink Reply
SVijay
Hi hereNT,

Could you tell me how to display date picker in blocks?
hereNT replied on at Permalink Best Answer Reply
hereNT
http://www.concrete5.org/documentation/developers/forms/concrete5-widgets

Halfway down the page, Date Time.
SVijay replied on at Permalink Reply
SVijay
Thanks a lot hereNT