hugoware / jlinq-beta

Total rewrite of jLinq - Public beta code
http://hugoware.net/projects/jlinq
237 stars 59 forks source link

Adding Date comparison methods lessDate and greaterDate #11

Open maxali opened 10 years ago

maxali commented 10 years ago

I had a problem filtering JSON by date with JLinq. There is more explanation about my issue in stackoverflow: http://stackoverflow.com/questions/21769043/filtering-json-by-date-with-jlinq.

I then added two methods (lessDate, greaterDate) and converted the "value" to Date object.