It’s ok, but when I choose some period of time, like: start on 9/23/16 and ends on 9/25/16 the calendar doesn’t display anything. So, you must to update and fix this problem.
Regards.
https://www.ads-software.com/plugins/simple-calendar-picker/
]]>So I put this in my page:
<input type=”text” class=”calendarpicker”>
Just like the instructions. And nothing happens. No popup, no calendar, it seems to ignore the calendar datepicker.
https://www.ads-software.com/plugins/simple-calendar-picker/
]]>If your theme isn’t already importing the Datepicker plugin from jquery-ui, you’ll need to add wp_enqueue_script( 'jquery-ui-datepicker', false, array(), null, true);
that to the theme’s functions.
You also need to save the settings once to initialize all of the required values.
Line 27 of the plugin needs to be changed to $plugin_url=plugins_url().'/simple-calendar-picker';
to make the CSS import successfully.
In order to output the date to the input field, the jQuery commands at line 133 need to be changed to look like this:
jQuery(document).ready(function() {
jQuery('.calendarpicker').datepicker({
dateFormat: '<?php echo $date_format;?>',
changeYear: <?php echo $change_year;?>,
changeMonth: <?php echo $change_month;?>,
maxDate:'<?php echo $maxdate?>',
onSelect: function(date, inst){
jQuery('.calendarpicker').val(date);
}
});
});
https://www.ads-software.com/plugins/simple-calendar-picker/
]]>Please help me,
I use Simple Calendar DatePicker plugin every thing is ok, when i click in date input date calender is open then i click on calender date, date does not appear on the input field.
how can i solve this problem ?, please tell me as soon as.
my code is that
<input class=”calendarpicker” />
https://www.ads-software.com/plugins/simple-calendar-picker/
]]>I installed this plugin, but now my JetPack slideshow displays “This slideshow requires JavaScript.”. My slideshow works just fine without this plugin…any suggestions?
https://www.ads-software.com/plugins/simple-calendar-picker/
]]>Hi there…
I was wondering if you could provide me with some direction of how to implement this great plug in in my site. For instance I want to create a form, (have done one), and add this plugin functionality so that users can choose from this calendar their dates instead of a drop down menu with numbers and months etc…!
Please feel free to contact me also through to my e mail…
Thank you for your help..:-)
https://www.ads-software.com/plugins/simple-calendar-picker/
]]>I have installed this plug-in and I need to return the choosen date as a string. could you please tell me which file I need to modify to get that functionality.
Thanks
Ashish Tyagi
https://www.ads-software.com/plugins/simple-calendar-picker/
]]>