Hello all,
I hope this is not very complex for expert programmers as it is for me. Any hint regarding this would help. Here is my case:
- I have a table in database with borrowed books and the date it has been borrowed.
- In my web application I need to view borrowed books in a given range (FromDate --> ToDate)
- I have to problems here:
after the user enters the date range, I need to split the results per week cause I'm building a chart based on weekly borrowed book. for exmaple
The user enters From: 5/1/2010 To: 5/9/2010
I need a way to output Issues in period 5/1/2010 - 5/7/2010
And issues on 5/8/2010 - 5/9/2010
Any idea where and how to start this ?
Thanks
I hope this is not very complex for expert programmers as it is for me. Any hint regarding this would help. Here is my case:
- I have a table in database with borrowed books and the date it has been borrowed.
- In my web application I need to view borrowed books in a given range (FromDate --> ToDate)
- I have to problems here:
after the user enters the date range, I need to split the results per week cause I'm building a chart based on weekly borrowed book. for exmaple
The user enters From: 5/1/2010 To: 5/9/2010
I need a way to output Issues in period 5/1/2010 - 5/7/2010
And issues on 5/8/2010 - 5/9/2010
Any idea where and how to start this ?
Thanks