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
Kamala Veni
NA
65
21.3k
I wanna 7 days continuosly
Apr 27 2016 6:25 AM
hi..
am having code for add next day oly with change able,bt nw as lyk dat i need it for 7 days to display?
hw can do dat? plz help me
prgm:
<script>$(function () {
$('#nxtDate').datepicker({
dateFormat: "dd-M-yy",
});
$("#currDate").datepicker({
dateFormat: "dd-M-yy",
minDate: 0,
onSelect: function (date) {
var date2 = $('#currDate').datepicker('getDate');
date2.setDate(date2.getDate() + 1);
$('#nxtDate').datepicker('setDate', date2);
}
});
})</script>
Reply
Answers (
3
)
How to get popup data into textbox in parent page
How to get popup data into textbox in parent page