I tried the accepted answer which i found here but the accepted answer does not add leading zero if number is like -9, -8, -7 etc.
I want to append a zero if a number is single digit in both cases if positive or negative like,
+9 => +09
-9 => -09
Any suggestions?