hello to all!
i am making an app that tracks certain transactions that users take. i would like to store those transactions on a grid, that’ll show me the transactions with a range of time of it happening.
for example, i would want a grid chart that showed me the transactions that took plcace from, say, 7-9AM, 9-11AM, etc etc
i’ve already got the time and date store when the transactions are made, but how can i get it so that a chart shows me only those that happen within a certain span of time?
thanks ahead 

