Skip to content

Commit

Permalink
fixed missing time in "Date and time range" picker
Browse files Browse the repository at this point in the history
  • Loading branch information
REJack committed Jun 6, 2019
1 parent 6f953ee commit 3254b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/forms/advanced.html
Original file line number Diff line number Diff line change
Expand Up @@ -1174,7 +1174,7 @@ <h3 class="control-sidebar-heading">Chat Settings</h3>
//Date range picker
$('#reservation').daterangepicker()
//Date range picker with time picker
$('#reservationtime').daterangepicker({ timePicker: true, timePickerIncrement: 30, format: 'MM/DD/YYYY h:mm A' })
$('#reservationtime').daterangepicker({ timePicker: true, timePickerIncrement: 30, locale: { format: 'MM/DD/YYYY hh:mm A' }})
//Date range as a button
$('#daterange-btn').daterangepicker(
{
Expand Down

0 comments on commit 3254b3b

Please sign in to comment.