Infinite date scroll - WebSql JavaScript

benjomama

New Member
Is there a built in method for infinite date scrolling?I am making a database program, and the point is to display data added over especific dates. Of course I can't do this forever in time:\[code\]SELECT * FROM TABLE WHERE date >="2013-04-01" AND date <"2013-05-01\[/code\]Plus, the month days change every year. You guys have an idea of how should I implement my code to adjust into the dates?
 
Top