drewdulz / Budget

A personal budget solution built with meteor.
www.drewdulz.com
3 stars 0 forks source link

Dates -- URGENT #12

Closed drewdulz closed 9 years ago

drewdulz commented 9 years ago

Dates not switching properly when cycling between weeks. Seems to be an off by one somewhere that cumulates. Expenses are also getting stuck between weeks and do not display if on the last day of a week. Check the first day as well.

drewdulz commented 9 years ago

After some testing, I am unable to reproduce the off by one error. Maybe it's all good?

drewdulz commented 9 years ago

For sure need to update the way the month displays at the top of the page. The beginning is one day off, but it's just a display error. The logic is all working.

drewdulz commented 9 years ago

Also, make the date picker reflect the current date in the input box.

drewdulz commented 9 years ago

Also, get current date that is input from date picker before adding a day with the quick switch buttons.