user6369806
user6369806

Reputation:

How do I get a calendar like in the pic attached in my webpage?

enter image description here

I am using PHP on client-side.

Upvotes: 0

Views: 53

Answers (1)

luchaninov
luchaninov

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

Related Questions