标签: bootstrap-daterangepicker
当我在输入标签中加载带有:value =“”的脚本时,默认值将加载当日。
JS:
$(function(){ $('#date_custom')。daterangepicker({ 语言环境:{ 格式:“ DD / MM” } }) })
HTML:
input type =“ text” class =“ form-control pull-right” name =“ date_custom” id =“ date_custom” value =“” />