I would like to format a number to display 00 instead of 0, and 01, 02…10, 11,
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Perhaps this is presumptive of me but are you trying to represent seconds or minutes in some sort of time display? With Flex one way to do that would be to use the Date object and the DateFormatter. That way you can provide format strings to output your time however you want.