TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
احمد صدقی
NA
106
17.3k
How can I Use Timepicker in MVC5?
Mar 15 2019 12:43 AM
I used this, it only gives me a datepicker,
<script src="~/Scripts/jquery-ui-1.12.1.min.js"></script>
<script>
$(function () {
$(".datepicker").datepicker(
{
dateFormat: "yy/mm/dd ",
timeFormat: "hh/mm",
changeTime: true,
changeMonth: true,
selectpicker : true,
});
});
</script>
Reply
Answers (
4
)
can we use more then one selected index change in gridview?
how to acess datalist value using a button click.....