I am using a calender plug-in and I want to populate the current date into a text field. How can I do this using jquery?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can get current date in JavaScript:
If you are using jQuery DatePicker you can apply it on any textfield like this:
If you want to set current date in textfields as page load: