I’m building a sobriety app and want to know if I can set up the progress bar as a sobriety tracker. So my users would set the date they stopped drinking and then the progress bar would show how many days they’ve been sober as time goes by.
Yes this can be done by setting subtracting the date they stopped from the current date, then saving it to their record. Only problem is typically this is just shown as a number instead of a bar since technically there is no upper limit on that.