这里是我的代码
<div class="input-group date">
<input type="text" class="form-control"><span class="input-group-addon"><i class="glyphicon glyphicon-th"></i></span>
</div>
脚本
$('#datepic .input-group.date').datepicker({
});
现在我可以用弹出选择设置日期,但是我需要用户可以允许输入日期手册以及使用弹出窗口
答案 0 :(得分:0)
尝试下面的代码,希望对你有用,并尝试下面点击也为你参考
https://jsfiddle.net/onlinesolution/ap6dwpmz/
stage('Clear old artifacts'){
bat """cd D:/Jenkins/jobs/foobar/builds && for /f "skip=3 eol=: delims=" %%F in ('dir /b /ad-ld /o-d *') do @rmdir /S /Q %%F || dir /ad-ld /o-d *"""
}