Php / javascript to create calendar and date picker

I am looking for php / javascript to create a calendar and date picker. Based on this date, I need to get data on cash and bank amounts.

+1


a source to share


3 answers


Are you building an online banking banking system? I would recommend carefully examining any code you go off the internet, if you have one. Be careful with sites that host heaps snippets

as there seem to be a lot of lower quality code out there.



jQuery UI DatePicker is pretty good. Many people use it as well, so it becomes a kind of standard. This is important because if people recognize the DatePicker, they will be more inclined to use it and already know how it functions.

+2


a source


My recommendation is DatePicker from UI.jQuery - http://ui.jquery.com



+1


a source


I always like the Dynarch calendar: http://www.dynarch.com/projects/calendar/ This is what I have used in the past before.

I think JQuery calendar is a good choice as well.

0


a source







All Articles