I came across a weird requirement from my client. Format an integer with leading zeros with out changing its type like below
1 = 01 and not "01"
2 = 02 and not "02"
I have searched whole google. But didn't found any way to achieve it. It seems to be it is impossible. How ever I am just checking with community does any out of the box solution is available.