PHP Classes

Problem with Multiple Dates in one form

Recommend this page to a friend!

      PHP date picker class  >  All threads  >  Problem with Multiple Dates in one form  >  (Un) Subscribe thread alerts  
Subject:Problem with Multiple Dates in one form
Summary:Selecting a date in one field, clears dates in other fields
Messages:2
Author:Diana Woodhouse
Date:2008-08-27 18:56:31
Update:2009-07-11 16:55:01
 

  1. Problem with Multiple Dates in one form   Reply   Report abuse  
Picture of Diana Woodhouse Diana Woodhouse - 2008-08-27 18:56:32
Help please! I have multiple date in one form. I've even used a separate object for each date. But after setting the date in one field, the date gets cleared out when the date of another field is selected.

Thanks,
Diana

  2. Re: Problem with Multiple Dates in one form   Reply   Report abuse  
Picture of S N Hughes S N Hughes - 2009-07-11 16:55:01 - In reply to message 1 from Diana Woodhouse
Hi Diana,

I think you forgot to change the 'date' in db2->show("date") to the second text field where you want the second date.

Sean