JayKay Posted July 19, 2011 Report Share Posted July 19, 2011 In my application i'm passing a nuemeric data. Range of the data (Integer) is between 0 to 23. i want the data in two digits like 01.02,03...20,21,22,23. (by default the nuemeric control starts with 0,1,2,3...21.22,23... ) How can i send data starts with 0 for single digit numbers like 01,02,03,,09? Thx. Quote Link to comment
jdunham Posted July 19, 2011 Report Share Posted July 19, 2011 i want the data in two digits like 01.02,03...20,21,22,23. (by default the nuemeric control starts with 0,1,2,3...21.22,23... ) Format string "%02d" Quote Link to comment
JayKay Posted July 19, 2011 Author Report Share Posted July 19, 2011 Thanks Format string "%02d" Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.