I'm looking to format a simple integer i.e. 1 to print out 01:00 am. Reading the python string formatting made it even more confusing, right now what I have is "02" which will give me 01 but that's about it :(
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||
|
|
|
You can use string formatting to do this. You should use the
|
|||
|
|
|
You could always use this format
where There are other ways to format strings, e.g., using the
|
||||
|
|