jQuery在html输入日期中设置日期

时间:2017-09-15 10:00:57

标签: jquery html

有人可以帮我在HTML日期输入中设置这个日期<input type="date" class="form-control Credit_limit" name="Credit_limit" id="form_control_1"> 吗?

$(".Credit_limit").val("<?php echo date('m/d/Y', strtotime($Invoices[0]['Credit_limit'])) ?>");
<td>
  <a href="assigncoursedelete.php?id=<?php echo $row->id."&groupid=".$groupid;?>" onclick="return confirm('Are you sure you wish to delete this Record?');">
  <div style="background-color:#CD5C5C; width:30px; padding-left:9px; padding-top:3px; height:28px; color:white">
  <em class="fa fa-trash"></em></div>
</td>

0 个答案:

没有答案