Title: Minimum available date options
Last modified: August 31, 2016

---

# Minimum available date options

 *  Resolved [Mikel Ecenarro](https://wordpress.org/support/users/neonek/)
 * (@neonek)
 * [10 years ago](https://wordpress.org/support/topic/minimum-available-date-options/)
 * Which are the options to set “Minimum available date”?
 * I’ve seen the examples today +1 or some fixed date, but is it possible to set
   it in hours? Something like now +3 hours….
 * Thanks for your help and great plugin!!
 * [https://wordpress.org/plugins/appointment-booking-calendar/](https://wordpress.org/plugins/appointment-booking-calendar/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [10 years ago](https://wordpress.org/support/topic/minimum-available-date-options/#post-7343763)
 * There visual setting is for setting the date as a number of days (ex: today +
   1 day) but there is a workaround to set smaller intervals for setting up the 
   calendar to accept bookings only with some amount of “minutes” before the appointment
   time, for example allow bookings made at least 120 minutes (2 hours) before the
   time-slot.
 * For doing that edit the plugin file “appointment-booking-calendar/TDE_AppCalendar/
   all-scripts.js” and in the first line where says:
 * var minutes_before =0;
 * … change it to:
 * var minutes_before = 120;
 * After that you may need to clear the browser cache to reload the updated script.
 * In addition to that modification the “Minimum available date” must be set to “
   today”.
 * Thank you for using the plugin!

Viewing 1 replies (of 1 total)

The topic ‘Minimum available date options’ is closed to new replies.

 * ![](https://ps.w.org/appointment-booking-calendar/assets/icon-256x256.png?rev
   =978691)
 * [Appointment Booking Calendar](https://wordpress.org/plugins/appointment-booking-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/appointment-booking-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/appointment-booking-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/appointment-booking-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/appointment-booking-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/appointment-booking-calendar/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/minimum-available-date-options/#post-7343763)
 * Status: resolved