views:

41

answers:

1

Hi,

I have a list of dated news articles in the format:

Day Month Year e.g. 28 Jun 2010

I have been asked to create a from calendar and a to calendar using jquery Ui that indexes these articles based on the date range that the user has input.

I was thinking of using jQuery UI datepicker as well as jQuery quick search but wondered if this had been done previously anywhere.

Thanks in advance.

+1  A: 

Have a look at this

celalo
I guess i was really looking for something that would allow me to specify a date range i.e. two input boxes that are start and end date respectively. Then the range that has been specified between these two dates can be used to filter those items which are not within the date range itself.Much like the quickSearch jQuery plugin functionality:http://lomalogue.com/jquery/quicksearch/
RyanP13
Found something similar to demonstrate here:http://datatables.net/1.5-beta/examples/api/range_filtering.html
RyanP13