• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JavaScript Calendar Popup

 
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have table with two date fields.. When I click the calendar image for the first date field ( Date of Birth) calendar popup apperared correctly with the selected date... When I select the calendar image for the second date field (Passport applied date) value doesnt appear..

Can any one please correct my code... I have a html and calendar.js code...

Problem:

Date of Birth ---> 12/01/2012 (user selected date)

Passport Date --> 12/01/2012 ( above field value pasted here)


Html:


JavaScript:

reply
    Bookmark Topic Watch Topic
  • New Topic