ok let me make simple,
i just need to save the values of
$myCalendar1->getDate();
$myCalendar2->getDate();
when i click the button after i have selected dates on my calendar
Jibz
Search found 2 matches
- Fri Mar 05, 2010 11:18 pm
- Forum: PHP - Code
- Topic: Need Help in getting values in OnClick function
- Replies: 1
- Views: 323
- Fri Mar 05, 2010 3:05 pm
- Forum: PHP - Code
- Topic: Need Help in getting values in OnClick function
- Replies: 1
- Views: 323
Need Help in getting values in OnClick function
I am new to php. I was able to develop the code below for a date picker with some help from the internet. What I need now is a button with an onclick event that will get the selected dates and store it to 2 variables the selected date can be obtained with the $myCalendar1->getDate(); function and $m...