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
Najim Mulla
839
971
75.1k
how can add days in date in javascript or jquery
Feb 12 2015 2:22 AM
<script type ="text/javascript">
function change_date() {
var now = new Date(document.getElementById("<%= txt_start_date.ClientID%>").value);
var add_day = new Date(document.getElementById("<%= txt_no_days.ClientID%>"));
document.getElementById("<%= txt_end_date.ClientID%>").value = now.toDateString(c.getDate + add_day);
}
</script>
this code is not working pls give any suggesion
Reply
Answers (
1
)
programatically calling a Jquery function.
how to change google map color