Skip to content
Snippets Groups Projects
Commit 6aaea1c9 authored by Satish's avatar Satish
Browse files

Reports is saving Even with Irregular Time Format

parent 8d593005
Branches
Tags
No related merge requests found
......@@ -104,7 +104,7 @@
</div>
<div class='col-lg-2' id='schtime'>
<div class='input-group inputElement time'>
<input type='text' class='timepicker-default form-control ui-timepicker-input' data-format='{$CURRENT_USER->get('hour_format')}' name='schtime' value="{$SCHEDULEDREPORTS->get('schtime')}" data-rule-required="true" />
<input type='text' class='timepicker-default form-control ui-timepicker-input' data-format='{$CURRENT_USER->get('hour_format')}' name='schtime' value="{$SCHEDULEDREPORTS->get('schtime')}" data-rule-required="true" data-rule-time="true" />
<span class="input-group-addon"><i class="fa fa-clock-o"></i></span>
</div>
</div>
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment