Title: Hours
Last modified: August 21, 2016

---

# Hours

 *  [loujolly](https://wordpress.org/support/users/loujolly/)
 * (@loujolly)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/hours/)
 * Great plugin. I have a taxi business and the hours are 24/7. I edited the start/
   end time in settings (1am to 11pm) but I don’t see a 12am? Also, I created a 
   Service Category/Service and when I tried to make an appointment, it didn’t list
   all the available times.
 * Thanks,
 * Lou
 * [http://www.montereybaytaxi.com](http://www.montereybaytaxi.com)
 * [http://wordpress.org/plugins/appointment-calendar/](http://wordpress.org/plugins/appointment-calendar/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [FARAZFRANK](https://wordpress.org/support/users/farazfrank/)
 * (@farazfrank)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/hours/#post-4065967)
 * Hi Lou,
 * Its required to add small tweak in code.
 * **Instructions:**
 * 1. Open file `manage-settings.php`
    (file path: appointment-calendar\menu-pages\
   manage-settings.php)
 * 2. Update following code lines (around 30-31).
 *     ```
       $biz_start_time = strtotime("1:00 AM");
       $biz_end_time = strtotime("11:00 PM");
       ```
   
 * **To**
 *     ```
       $biz_start_time = strtotime("12:00 AM");
       $biz_end_time = strtotime("11:00 PM");
       ```
   
 * This will make 12:00am available in booking process.
 * And let me know.
 * Thanks
    ~Frank
 *  Thread Starter [loujolly](https://wordpress.org/support/users/loujolly/)
 * (@loujolly)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/hours/#post-4066079)
 * Thank you, made the adjustment.
 * Is there a way to add more times when someone tries to book an appointment?
 * Lou
 *  Plugin Contributor [FARAZFRANK](https://wordpress.org/support/users/farazfrank/)
 * (@farazfrank)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/hours/#post-4066085)
 * Hi Lou,
 * Sorry, but can you more elaborate question about `adding more times`.
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hours’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/appointment-calendar.svg)
 * [Appointment Calendar](https://wordpress.org/plugins/appointment-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/appointment-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/appointment-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/appointment-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/appointment-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/appointment-calendar/reviews/)

## Tags

 * [hours](https://wordpress.org/support/topic-tag/hours/)

 * 3 replies
 * 2 participants
 * Last reply from: [FARAZFRANK](https://wordpress.org/support/users/farazfrank/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/hours/#post-4066085)
 * Status: not resolved