TheJeterLP / ChatEx

ChatManager for Bukkit/Spigot servers
https://www.spigotmc.org/resources/chatex.71041/
GNU General Public License v2.0
50 stars 19 forks source link

Left Pad Times #1

Closed gary-kim closed 4 years ago

gary-kim commented 4 years ago

Thank you for this plugin and open sourcing it.

Is there a built in way to left pad the month/hours/minute/seconds with 0 that I'm not finding in the code? I have a patch ready to add that if there isn't a way currently.

TheJeterLP commented 4 years ago

What exactly do you mean with left pad? Do you have an example?

Mit freundlichen Grüßen

Joey Peter

Gary Kim notifications@github.com schrieb am Di., 3. Dez. 2019, 13:33:

Thank you for this plugin and open sourcing it.

Is there a built in way to left pad the month/hours/minute/seconds with 0 that I'm not finding in the code? I have a patch ready to add that if there isn't a way currently.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/TheJeterLP/ChatEx/issues/1?email_source=notifications&email_token=AA45KKPXAELFYD2FSE6USBTQWZGXXA5CNFSM4JUXIZK2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H5U6Q5Q, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA45KKKW3FTNC3GBEYYZ7M3QWZGXXANCNFSM4JUXIZKQ .

gary-kim commented 4 years ago

Instead of showing 1 o'clock as 1, showing it as 01.

EDIT: Can I open a PR?