-
query regarding PHP
about 9 years ago
-
over 6 years ago
yes you need to make a table in database with fields name,birth_date,birth_month..and call the table and match it with the calendar .use if->condition that if($calendar.month == table->birth_month)
{
if($calendar.date == table->birth_date)
{
here use your tooltip and change of date color or what ever you need to do.
}
} -
-
about 9 years ago
You can use fullcalendar & Qtip to plot b'day with tool-tip.
Here is the integration of both Calendar & Qtip
Also, you can try bootstrap calendar
Please let me know if you need anything else.
-
2 Answer(s)