Is there a good PHP Calendar Popup, that can be adjusted?
I am building a little tool where the administrator can click a calendar button, up pops a calendar, they select the current date, ad it processes to show the attendance of a person to an event.
However, I want them to be able to backdate it, so they can choose a few days ago. So it cannot just use the current date.
It would also help if I could use PHP to click a popup, and be able to highlight the date in the database too. For example, if they date needs to be changed.
Is there such a thing? I know PHP probably won't have the relevant script as its Server Side, but anything that can do it.
Is there a good PHP Calendar Popup, that can be adjusted?
Moderator: General Moderators
-
Doctordien
- Forum Newbie
- Posts: 2
- Joined: Wed Apr 25, 2018 11:00 pm
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Is there a good PHP Calendar Popup, that can be adjusted
jQuery UI has a calendar that is easy to use. Other Javascript toolkits also have calendars.
(#10850)