10.12.2013, 13:35
Quote:
Sorry double post but it has passed some days:
My question: What does %02d, the 02 mean in that? Example: https://sampwiki.blast.hk/wiki/Getdate https://sampwiki.blast.hk/wiki/Gettime |
If you used %04d, it would become "0007" (4 digits), if you used %08d it would become "00000007" (8 digits)
Obviously for the hour (for the minutes and for the seconds too) you will want to display 2 digits only