Closed Keomoniroath closed 7 years ago
FYI, We try to use this on IIS
/ Date Picker Example / array( 'label' => 'Date Picker Label', 'description' => "Date Picker Description", 'id' => 'date_picker', // called in template's index.php file with lp_get_value($post, $key, 'date-picker'); 'type' => 'datepicker', 'default' => '2013-12-27', 'context' => 'normal' ),
I made a commit to the develop branch that should restore this setting. Will you guys confirm it's a fix?
Thank you very much @atwellpub, it works !
Thanks a lot @atwellpub !! ;)
I tried to put a datepicker as type of field but it doesn't work. There is no error just that nothing is displayed :
Thanks