0
Good morning, I’m doing an exercise that I have to take only the value of the year that the user chooses using Datepicker, and then I have to show only the year that was typed.
0
Good morning, I’m doing an exercise that I have to take only the value of the year that the user chooses using Datepicker, and then I have to show only the year that was typed.
Browser other questions tagged jquery datepicker
You are not signed in. Login or sign up in order to post.
You can get it out of this reply I posted to you.
– Marconi
I’m sorry but I’m not getting :(
– Sr. Bigode
In that part
nascimento.getFullYear();
returns the year inserted in the calendar.– Marconi
It has to be only in jQuery, I don’t know what function in jQuery or UI to do this.
– Sr. Bigode
Whether it’s in the form’s Submit or the date click?
– Miguel
On the date click, the page can not update so it can not be the Submit no.
– Sr. Bigode