I am using PHP on client-side.
Asked
Active
Viewed 47 times
0

Vineet Basantani
- 182
- 1
- 1
- 10
-
Maybe you can have a look [**here**](https://eonasdan.github.io/bootstrap-datetimepicker/). – abhishek_naik May 29 '16 at 06:26
-
1Possible duplicate of [Simple DatePicker-like Calendar](http://stackoverflow.com/questions/4332379/simple-datepicker-like-calendar) – luchaninov May 29 '16 at 06:26
-
PHP is not client side. It runs at server. – Aditya May 29 '16 at 06:27
1 Answers
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