2

I am looking for a date picking API that has the ability to grey out (or not allow the user to select) certain days.

I am creating a web page that will display chart data. The users should be able to select a date to see the graph of data for that day. If no data exists for a certain day, I need to be able to make it grayed out or not selectable.

Does anyone know of a good date picker API that has this ability?

Willow
  • 1,040
  • 2
  • 10
  • 21

1 Answers1

3

jquery-ui allows that through Datepicker object :

girlytech59
  • 408
  • 2
  • 6