I have an extension that I want to have the user input time info into so that my extension will execute at certain times. I want to have this input be done through the global settings. The problem is that I can't find a way to either A) format the input or B) at least check for valid input.
I just want to be able to use the key to get a value like: 10:15 AM rather than something like "foo" for example...