日付入力フィールドの横にカレンダーを配置するにはどうすればよいですか? phpでありがとう。
<div class="control-group">
<label class="control-label">Date:</label>
<div class="controls">
<input required name="receiving_date" type="date" id="receiving_date"
class="input-xlarge" min="<?php echo date('Y-m-d');?>" />
</div>
</div>