迅睿CMS框架是一款PHP8高性能·简单易用的CMS开源开发框架,基于MIT开源许可协议发布,免费且不限制商业使用,是免费开源的产品,以万端互联为设计理念,支持的微信公众号、小程序、APP客户端、移动端网站、PC网站等多终端式管理系统。
联系官方销售客服
1835022288
028-61286886
这个时间搜索的条件是什么,怎么改这个时间搜索的条件,如果我要自定义的话
<form action="{SELF}" method="get"> {dr_form_search_hidden($p)} <div class="col-md-12 col-sm-12"> <label> <div class="input-group input-medium date-picker input-daterange" data-date="" data-date-format="yyyy-mm-dd"> <input type="text" class="form-control" value="{$param.date_form}" name="date_form"> <span class="input-group-addon"> {dr_lang('到')} </span> <input type="text" class="form-control" value="{$param.date_to}" name="date_to"> </div> </label> </div> <div class="col-md-12 col-sm-12"> <label><button type="submit" class="btn green btn-sm onloading" name="submit" > <i class="fa fa-search"></i> {dr_lang('搜索')}</button></label> </div> </form>