Browse Source

定时发布日历插件修改

xuchunyang 7 years ago
parent
commit
e1e912272f
4 changed files with 3 additions and 4 deletions
  1. 0 1
      articalIssue.html
  2. 1 1
      articalModify.html
  3. 1 1
      cmp-portal/articalIssue.html
  4. 1 1
      cmp-portal/articalModify.html

+ 0 - 1
articalIssue.html

178
    	format: 'yyyy-mm-dd hh:ii',
178
    	format: 'yyyy-mm-dd hh:ii',
179
    	forceParse: true,
179
    	forceParse: true,
180
    	autoclose: true,
180
    	autoclose: true,
181
        todayBtn: true
182
    });
181
    });
183
    function getNowFormatDate() {
182
    function getNowFormatDate() {
184
	    var date = new Date();
183
	    var date = new Date();

+ 1 - 1
articalModify.html

179
    	format: 'yyyy-mm-dd hh:ii',
179
    	format: 'yyyy-mm-dd hh:ii',
180
    	forceParse: true,
180
    	forceParse: true,
181
    	autoclose: true,
181
    	autoclose: true,
182
        todayBtn: true
182
       // todayBtn: true
183
    });
183
    });
184
});
184
});
185
//Model模态框打开关闭
185
//Model模态框打开关闭

+ 1 - 1
cmp-portal/articalIssue.html

177
    	format: 'yyyy-mm-dd hh:ii',
177
    	format: 'yyyy-mm-dd hh:ii',
178
    	forceParse: true,
178
    	forceParse: true,
179
    	autoclose: true,
179
    	autoclose: true,
180
        todayBtn: true
180
       // todayBtn: true
181
    });
181
    });
182
    function getNowFormatDate() {
182
    function getNowFormatDate() {
183
	    var date = new Date();
183
	    var date = new Date();

+ 1 - 1
cmp-portal/articalModify.html

178
    	format: 'yyyy-mm-dd hh:ii',
178
    	format: 'yyyy-mm-dd hh:ii',
179
    	forceParse: true,
179
    	forceParse: true,
180
    	autoclose: true,
180
    	autoclose: true,
181
        todayBtn: true
181
        //todayBtn: true
182
    });
182
    });
183
});
183
});
184
//Model模态框打开关闭
184
//Model模态框打开关闭