I have a data string of numbers between 0-59 that are part of a time
signal collected by an instrument that correspond to the minute of the
time signal. For values between 0-9 I would like them instead to read
like 00-09. The rest of the digits are already in a two digit format so
they are fine.How can I accomplish this?
Andrew