File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
htdocs/web_portal/views/downtime Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,10 @@ class="form-control" id="Select_Sites" name="select_sites" size="10"
225
225
$('#startDate').data("DateTimePicker").date("<?php echo date_format ($ startDate ,"d/m/Y " ); ?> ");
226
226
$('#endDate').data("DateTimePicker").date("<?php echo date_format ($ endDate ,"d/m/Y " ); ?> ");
227
227
228
- //Set the start and finish times (don't echo in the full date, just the time values, time widget didn�t like timestamp with date)
228
+ /**
229
+ * Set the start and finish times(don't echo in the full date,
230
+ * just the time values, time widget didn't like timestamp with date)
231
+ */
229
232
$('#startTime').data("DateTimePicker").date("<?php echo date_format ($ startDate ,"H:i " ); ?> ");
230
233
$('#endTime').data("DateTimePicker").date("<?php echo date_format ($ endDate ,"H:i " ); ?> ");
231
234
You can’t perform that action at this time.
0 commit comments