My Table Look Like this:
_id amount merchant category date note
15 50000 Mithu Roy Maintenanc 1473825600 Android
18 7852 efefefwe Bills 1474084800 efeffwf
21 463 trhth Bills 1473912000 thth
I want to calculate the total amount depending upon the month.
Problems:
- Dates are in Unix Timestamp.
- I've no idea how to get just the month from the UNIX timestamp that's why I can't query the database to get all the month-specific amounts.