Jquery ui datepicker textfield doesn't update
Posted
by Thorpe Obazee
on Stack Overflow
See other posts from Stack Overflow
or by Thorpe Obazee
Published on 2010-05-17T04:13:05Z
Indexed on
2010/05/17
4:40 UTC
Read the original article
Hit count: 309
datepicker
|jquery-ui
$('#passport_expiry').datepicker({dateFormat: 'mm/y'});
I have the above code works. I select a date using the datepicker and it updates the textfield. The problem is that when I try to select another date, it doesn't update the textfield. It seems that when the textfield already has a value, it doesn't update it.
© Stack Overflow or respective owner