我正在研究Date-Range-Picker。它在跨度之间插入日期。
现在我的问题是如何在 PHP 中使用表单 POST 或 GET 方法获取跨度中的插入值。
我尝试在跨度中使用名称字段,但它不起作用
我的html是:
<form method="POST" action="">
<div id="reportrange" style="background: #fff; cursor: pointer; padding: 5px 10px; border: 1px solid #ccc; border-radius: 4px;">
<i class="glyphicon glyphicon-calendar icon-large"></i>
<span></span> <b class="caret"></b>
</div>
</form>