EasyUI时间框加叉叉

$mgtbr.find(".CrushDateFrom").datebox({

            label: '破碎日期',

            width: '90%',

            disabled: false,

            editable: false,

            labelWidth: '62px',

            labelAlign: 'right',

            prompt: '请选择',

            value: currentDate.format("YYYY-MM-DD"),

            icons: [{

                iconCls: 'icon-clear',

                handler: function (e) {

                    $(e.data.target).datebox("setValue", "").datebox("hidePanel");

                }

            }]

        });

你可能感兴趣的:(EasyUI时间框加叉叉)