Reputation:
I am using PHP on client-side.
Upvotes: 0
Views: 53
Reputation: 6786
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
Upvotes: 1