View Single Post
Old 12-31-2012, 10:49 PM   PM User | #1
kiwis
New Coder

 
Join Date: Mar 2007
Posts: 18
Thanks: 1
Thanked 0 Times in 0 Posts
kiwis is an unknown quantity at this point
Date Picker and difference

I need two textbox's to become date pickers for me and I need to be able to do these things

1. No be able to pick a date earlier than today (or within 3 days if i set that rule)
2. the second date can not be earlier than the first date.
3. I need to be able to count the difference in days between them.

I'm a PHP coder but know very little JavaScript.

How can I go about achieving this?
kiwis is offline   Reply With Quote