|
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?
|