Title: Implement date range
Last modified: March 16, 2021

---

# Implement date range

 *  Resolved [Sebastian](https://wordpress.org/support/users/afu24/)
 * (@afu24)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/implement-date-range/)
 * Hi Fahad,
 * thank you for this easy to use plugin.
 * What I couldn’t find yet in the plugin installation/ descriptions:
    I have two
   input fields “Start” and “End-Date” who should be connected. Is it possible to
   manage a date range with your plugin?
 * And is there an Option to set only read / no edit keyboard in mobile?
 * Best regards,
    Sebastian

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/implement-date-range/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/implement-date-range/page/2/?output_format=md)

 *  Plugin Support [richiewatson](https://wordpress.org/support/users/richiewatson/)
 * (@richiewatson)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/implement-date-range/#post-14189288)
 * [@afu24](https://wordpress.org/support/users/afu24/) you can use multiple instances
   on the same page for this purpose. Multiple dates can be added from front-end.
   Read only option will work in mobile as well. See the [screenshot](http://prnt.sc/10n5sdp)
 *  Thread Starter [Sebastian](https://wordpress.org/support/users/afu24/)
 * (@afu24)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/implement-date-range/#post-14190042)
 * [@richiewatson](https://wordpress.org/support/users/richiewatson/) thank you 
   for your fast reply. Got it!
 *  Thread Starter [Sebastian](https://wordpress.org/support/users/afu24/)
 * (@afu24)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/implement-date-range/#post-14191193)
 * [@richiewatson](https://wordpress.org/support/users/richiewatson/)
    How do I 
   manage to connect the two Date-Fields, to have an active date range? I would 
   like to have an arrival and a departure date.
 * Screenshot Backend: [https://ibb.co/b5TYdZd](https://ibb.co/b5TYdZd)
    Code in
   Frontend:
 *     ```
       <form id="viatoCbeQuick" class="quickbooker" method="GET" action="https://www.talstation-heumoederntal.de/zimmer-buchen/#buchen">
       <label style="margin-right:7px" for="arrival"><b>Anreise</b> </label>
       <input type="text" name="arrival" value="" class="datepicker">
       <label style="margin-right:7px" for="departure"><b>Abreise</b> </label>
       <input type="text" name="departure" value="" class="datepicker2">
       <input type="hidden" name="lng" value="de">
       <input style="border-radius:8px" class="submit" type="submit" value="Verfügbarkeit prüfen">
       </form>
       ```
   
 *  Plugin Author [Fahad Mahmood](https://wordpress.org/support/users/fahadmahmood/)
 * (@fahadmahmood)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/implement-date-range/#post-14191732)
 * [@afu24](https://wordpress.org/support/users/afu24/) I have responded you through
   e-mail, lets continue there. Your question about the linked fields will be considered
   as a custom script implementation here.
 *  Plugin Support [richiewatson](https://wordpress.org/support/users/richiewatson/)
 * (@richiewatson)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/implement-date-range/#post-14199646)
 * [@afu24](https://wordpress.org/support/users/afu24/) I have tried to recreate
   your expected scenario [here](http://demo.wethebrains.com/wp-datepicker/). What
   I understood is that the first date selection should take effect on the second
   date selection. Please explain how you want to manage/define date range.
 *  Thread Starter [Sebastian](https://wordpress.org/support/users/afu24/)
 * (@afu24)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/implement-date-range/#post-14200001)
 * [@richiewatson](https://wordpress.org/support/users/richiewatson/) first date
   field should be the requested “arrival date”, after selecting, the second date
   field should be preselected “arrival date” + 1 date and the option for the user,
   to select only dates in the future.
 *  Plugin Author [Fahad Mahmood](https://wordpress.org/support/users/fahadmahmood/)
 * (@fahadmahmood)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/implement-date-range/#post-14225685)
 * [@afu24](https://wordpress.org/support/users/afu24/) please try the latest version
   in Pro mode, date range functionality has been added. Version 1.8.9 is not yet
   released for public as we are testing it but you are the part of our testing 
   squad. Kindly try and let us know, does it serve you correctly?
 *  Thread Starter [Sebastian](https://wordpress.org/support/users/afu24/)
 * (@afu24)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/implement-date-range/#post-14227286)
 * [@fahadmahmood](https://wordpress.org/support/users/fahadmahmood/) thank you 
   very much.
    I updated the plugin to 1.8.9 and set the day + 1 on the setting 
   page. As far as I can see, it works very well.
 * One suggestion:
    Could you place a extra css class for the **<td> a** to have
   styling options for the start date, the dates between and the end date.
 *  Plugin Support [richiewatson](https://wordpress.org/support/users/richiewatson/)
 * (@richiewatson)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/implement-date-range/#post-14227346)
 * [@afu24](https://wordpress.org/support/users/afu24/) you can manage whole styling
   in first tab for each instance.
    -  This reply was modified 5 years, 2 months ago by [richiewatson](https://wordpress.org/support/users/richiewatson/).
 *  Plugin Author [Fahad Mahmood](https://wordpress.org/support/users/fahadmahmood/)
 * (@fahadmahmood)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/implement-date-range/#post-14227969)
 * [@afu24](https://wordpress.org/support/users/afu24/) soon you will see this improvement
   in next build. Thank you for the appreciation.
 *  [gafidura](https://wordpress.org/support/users/gafidura/)
 * (@gafidura)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/implement-date-range/#post-14508540)
 * [@afu24](https://wordpress.org/support/users/afu24/) can you explain me what 
   you mean with
    “I updated the plugin to 1.8.9 and set the day + 1 on the setting
   page.” I am not a programmer and it is hard for me to understand this.
 *  Plugin Author [Fahad Mahmood](https://wordpress.org/support/users/fahadmahmood/)
 * (@fahadmahmood)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/implement-date-range/#post-14508671)
 * [@gafidura](https://wordpress.org/support/users/gafidura/) +1 means current date
   +1. Please let us know how can we help you?
 *  [gafidura](https://wordpress.org/support/users/gafidura/)
 * (@gafidura)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/implement-date-range/#post-14508699)
 * [@fahadmahmood](https://wordpress.org/support/users/fahadmahmood/) Thanks for
   the quick reply.
    I do not know how to embed this.
    -  This reply was modified 4 years, 11 months ago by [gafidura](https://wordpress.org/support/users/gafidura/).
 *  Plugin Author [Fahad Mahmood](https://wordpress.org/support/users/fahadmahmood/)
 * (@fahadmahmood)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/implement-date-range/#post-14508720)
 * [@gafidura](https://wordpress.org/support/users/gafidura/) please reach us through
   the [demo website](http://demo.androidbubble.com/contact/). As you are not technical
   so it can be difficult for you to understand. Alternatively please explain what
   exactly you need, on first date field selection, do you want to add one day to
   the 2nd date field?
 *  [gafidura](https://wordpress.org/support/users/gafidura/)
 * (@gafidura)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/implement-date-range/#post-14508739)
 * [@fahadmahmood](https://wordpress.org/support/users/fahadmahmood/) The second
   data field should be activated in the time after the first one.
    It should not
   be possible that a date that can be entered before the first data field.
    -  This reply was modified 4 years, 11 months ago by [gafidura](https://wordpress.org/support/users/gafidura/).

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/implement-date-range/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/implement-date-range/page/2/?output_format=md)

The topic ‘Implement date range’ is closed to new replies.

 * ![](https://ps.w.org/wp-datepicker/assets/icon-256x256.gif?rev=2286804)
 * [WP Datepicker](https://wordpress.org/plugins/wp-datepicker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-datepicker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-datepicker/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-datepicker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-datepicker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-datepicker/reviews/)

 * 17 replies
 * 4 participants
 * Last reply from: [Fahad Mahmood](https://wordpress.org/support/users/fahadmahmood/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/implement-date-range/page/2/#post-14508858)
 * Status: resolved