17 comments found.
Hi there,
Loving this plugin – phenomenal. I’ve just run into an issue where the min and max dates for a date range are set as default dates in the field. What’s the code to ensure the field is blank on page load? A bit confused with the documentation there…
Many thanks
Hi,
Thanks for your query! Please contact me through the Support page and share the page URL. I will check and let you know.
Thanks
Thanks for the quick reply! Will do now
Relied, please check. Thanks
Can you dynamically import calendars in the iCal format (*.ics files) and block out the dates already booked? This is for a vacation rental site. The homes are already on other sites like Airbnb and VRBO and I need to pull in the iCal calendars from those sites (I can do that part) and display a calendar with already booked dates not available while allowing the user to select a continuous number of days for booking. It would be nice if I could also force a minimum number of days in the selection.
Hi,
Thanks for your query! Sorry! it’s a custom job and you can hire a freelancer to do this job.
Regards
Thank you!
Hi there, Does this plugin integrate with Contact Form 7?
E: Sorry – I just saw it in your demo, so it looks like it does work
Hi,
Yes, this plugin will work fine with Contact Form 7. Also will work most of the others form plugin and custom fields.
Best Regards
Thanks for the reply here – plugin is great!
One thing – I have WPML installed and so have two different languages. I’m not really following your directions for use of another language; English works fine, but if I wanted to add another calendar in the other language (Japanese), how would I do that? Can you give me a rough out line of the code I would need here / or via message?
Thanks in advance
Hi,
Thanks! for your query.
If you check the settings page you will see: DateRange Picker Calendar Language:
You have to checked ‘Other’ and have to add the following line at the very top of your code: moment.locale(‘ja’);
where ja is the Japanese language code.
Regards
Thanks for the quick response.
Would that mean I’d need the code for the date range twice, one with that at the top
moment.locale(‘ja’);
Hi,
Yes, twice for 2 different languages but only one should load for the specific language. Please can you send me an email from the support page.
Regards
Will do, thanks
You are welcome!
Thanks for the great plug in, I have two small issues I would need help with, I would live if on mobile the field doesn’t load the iPhone keyboard, since it’s a date picker, last thing, even when everything as been translated in friend the date MMMM still shows in english, have no idea where to change that ?
Hi,
Thanks for your comments. I am trying to replying your email support but email Delivery incomplete. gmail can’t reach your website/webmail. gmail response: DNS Error
From my side I can manage the daterange calendar through touch in iphone.
I am updating the plugin settings for form field input language change. which will be more userfirendly to manage any language. Hope you will get the update ready by tomorrow.
Best Regards
You can view the form here: https://lewhiterabbit.ca/locations/ the french works great, it’s only the field that always shows in english, I also fixed myself the iPhone keyboard issue by adding readonly to the field. i’ll wait tomorrow for your update. thanks for your time
Hi, updated version has released. please download and update the plugin. please let me know about the result of your concern. Thanks
This worked like a charm, it’s perfect, thanks for taking the time to add an update so quickly 
Hi, Happy to know all is perfect. If you have time please rate this item. Thanks & Best Regards
Since, no updates of your plugin, Is current version compatible with latest woo-commerce and wordpress 5.4 version?
Hi,
thanks for your comments and query. My Demo server always run with latest version wp. My live demo is running fine with wp 5.4.x. Also it should to work fine with latest version woocommerce.
Have a Good Day and Best Regards
Hi. is this plugin compatible with Elementor?
Hi, thanks for choosing DateRange Picker. Page builder not applicable mean this plugin has it’s own settings and will effect the settings into the form field you have configured for Date Range Picker. Thanks
Hi,
How can I read the start and end dates from a database? Instead of the: var start = moment().subtract(10, ‘days’); var end = moment();
or from the URL? like www.mysite.com/?start=’01/01/1999’&end=”12/31/1999’
Hi, please contact through support page. I will be very happy to asist you. Thanks
Hello, can i use this with shortcode on a sidebar or in any page or post?
Hi, please check demo and documentation. This plugin you can use to make any form field to pick a date or date range. If you set any contact form as like contact form 7 then when you will set the form shortcode there the form will dosplay. Thanks
Hi, I have a quick pre purchase question. How can I disable future dates (or date ranges) from being selected on the date range picker. I can’t seem to see this on a demo, or in the documentation. Thanks .
Hi, if you check demo Single date and Single Date and Time you will see Future Date Disable demo there. Thanks
Hi, thanks for the reply. Can you say exactly which demo style I should look at? I can only see “All Future Date Disable”, but I want to add multiple future dates (or short date ranges) were we are full and cannot take bookings. Thanks.
Hi
you asked How can I disable future dates and answer is the demo you can see All Future Date Disable. If you need to allow future date then why you will need disable future date. If you mean future date disable based on available booking date then I would like to say this is not a booking plugin. Please check demo you will see all exisitng deatures in the demo. If not found as you need then sorry! this plugin don’t have that features.
multiple future dates selections not possible because you have only options to slect a specific date range or a single specific date. please check demo.
Thanks
Hi, nifty script!
One question though, is it possible to remove the current date as the default value of the date field? I’m using the single datepicker for the date of birth field and do not want to populate this field automatically.
Thanks!
Hi, Thanks. Yes possible please contact me through Support tab contact I will give you the required js. Thank You
Hello,
Does your plugin have the feature below :
I need to book a car for 5 hour validity 30 days or 15 hours validity 4 months …
Admin will set hours on calendar manually, each time the client use the booked car (Driving school business)
Thank you
Hi,
Have you checked the demo. Please check demo especially style 15 to style 18 of different demo version. Also please check online documentation. Please be noted that this plugin is not a booking plugin it is a date range picker plugin as like a calendar. If you need you can customize the plugin as you need based on the documentation and existing features. If you have any more query please sent me email through Support Tab. Thanks
Hi, pre-purchase question… Since we organize tours, we need a minimum of 12 to 24 hours notice to allow any booking date to take place… I have read your Doc., but I do not understand it, to be honest :/ So we wish our date picker not to allow people to select a next day (e.g. less than 12 hours) date… Can we do this with your plugin (e.g. +12 or +24 hours mini)? We also wish for the date picker to be initiated to a field with some class or ID… Apologies for the inconvenience… I need confirmation before purchase and I do not have time to figure it out right now. Thank you in advance and Best Regards.
Hi,
Thanks for your query message. Apologies for the lack of the documentation. And Sorry that you can’t understand. First thing this Plugin is just for a calendar with date range picker. This plugin not maintain your booking history and booking availability.
IN the calendar view you can set: var todayDate = moment(); var nextDay = moment().add(1, ‘days’); var nextWeek = moment().add(7, ‘days’); .................... .................... ....................
var next30days = moment().add(30, 'days');
var dt = new Date();
var cy = dt.getFullYear();
var minDates = '1 December, ' + cy;
var maxDates = '31 December, ' + cy;
OR
var minDates = nextDay;
var maxDates = next30days;
Hope above code will help you how you will setup. You have to set code as like above code in plugin settings page.
You can check: https://docs.mgscoder.com/daterange-picker-documentation/Check this section also: Style-8: All Past Day Disable and Short Calendar Label Text and Apply/Cancel Button Disable On date select will Show Alert Box for Selected date
If you have any more query please ask through Support Tab Contact. If and only if this Item can meet your demand then purchase this item.
Many thanks
Hi, is it possible to use this plugin directly in the Woocommerce Checkout? Thanks!
Hi, if you check documentation and configuration you will see this Daterange is working based on form input field name. So if you set js belongs to woocommerce checkout form field name then daterange will work but this plugin will not work directly in the Woocommerce Checkout. For details please check demo, settings and documentation. If you have any more query let me know. Thanks
Great job , thank you
Thank You. Your comments and ratings will appreciate me.
i have to insert range dates in dropdown list as attributes for woocommerce course product. On backend i would like to select the ranges of datas each of theme displayed as variation select on the frontend. can you plugin help me?
Hi, this plugin will not support woocommerce product attribute. Please check online documentation for this Item to know how this plugin work. Thanks
Hello. I hope you have great sales on this site. Follow me too
Thank You 
Great work! 
Thank You 