简体   繁体   English

如何在 mvc 视图中添加引导日期时间选择器

[英]How to add bootstrap date time picker in mvc view

Please anyone can provide me live example that load the latest bootstrap date time picker in MVC view.请任何人都可以为我提供在 MVC 视图中加载最新引导日期时间选择器的实时示例。

My project already has: - jQuery.我的项目已经有: - jQuery。 - Bootstrap js. - 引导 js。 - Bootstrap CSS. - 引导 CSS。

May be this will helps you.可能这会对你有所帮助。 Very flexible and ease to set.非常灵活且易于设置。

https://bootstrap-datepicker.readthedocs.io/en/latest/ https://bootstrap-datepicker.readthedocs.io/en/latest/

Or或者

http://eonasdan.github.io/bootstrap-datetimepicker/ http://eonasdan.github.io/bootstrap-datetimepicker/

Or try this - html5 date input或者试试这个 - html5 日期输入

<div class="form-group">
 <label>Date</label>
 <input type="date" name="bday" max="3000-12-31" min="1000-01-01" class="form-control">
</div>

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM