Troubleshooting Reservations API

Reservations are in 24 hour format and I want 12 hour format

If you install the Reservations API module before configuring your date/time settings in Drupal, it will default to making reservations in 24 hour time. To fix this, do the following:

  1. Navigate to Configuration > Reservations > Reservations API settings.
  2. Expand the 'Advanced Settings' section.
  3. Uncheck 'Lock Fields'.
  4. Save the configuration.
  5. Navigate to Configuration > Date and Time.
  6. Under types, make sure your formats are using 12 hour time.
  7. Navigate to Structure > Content Types > Reservation > Manage Fields.
  8. Choose 'Edit' for the field_reservation_date field.
  9. Expand the 'Show More settings and values' section.
  10. Under 'Date Options' choose the 12-hour format that you want.
  11. Save the configuration.
  12. Navigate to Configuration > Reservations > Reservations API settings.
  13. Expand the 'Advanced Settings' section.
  14. Check 'Lock Fields'.
  15. Save the configuration.