MarauderXtreme / bookshop-schiller

This is a spring project for university. It is a small sales point application for a bookshop.
Other
0 stars 1 forks source link

Calender sorting and filtering #6

Open MarauderXtreme opened 9 years ago

MarauderXtreme commented 9 years ago

Could possibly help me with the calender view. I need a function that filters the events by their year and one that filters by month. Second I need a function that sorts the events by their day date.

If these things already exist could you provide me more information?

MDuehr commented 9 years ago

Done

MarauderXtreme commented 9 years ago

Well you could write me as I requested the function you have set up instead of only writing done.

MDuehr commented 9 years ago

calendar.getEventsByYear(int year) returns a list of all events that happen in the given year calendar.getEventsByMonth(List byYear, int month) returns the events that happen in a specifiv from a list of events

MarauderXtreme commented 9 years ago

Thank you. I will have a look on this tomorrow.