What have you found to be a best practice for a User Setting that should be a duration in the form: MM:SS?
Two different Integer Settings with Error Checking 00-59? Or an AlphaNumeric String with no validation and check it in the code?
What have you found to be a best practice for a User Setting that should be a duration in the form: MM:SS?
Two different Integer Settings with Error Checking 00-59? Or an AlphaNumeric String with no validation and check it in the code?
I know other (very popular) datafields with a setting for goal time or goal pace for running where the user has to enter the number of seconds. Not super user friendly, but also not very complicated.