0

enter image description here

I am using PHP on client-side.

Vineet Basantani
  • 182
  • 1
  • 1
  • 10

1 Answers1

1

Usually datepickers are done with JavaScript, you cannot make dynamic stuff like select next/prev month using PHP only without page reloading on each action.

Here is good list of Javascript datepickers:
http://www.bitrepository.com/a-collection-of-free-javascript-date-pickers.html

luchaninov
  • 6,792
  • 6
  • 60
  • 75