Skip to the content.

Time Formatting

When formatting a date there is multiple diffrent patterns you can use. You can found out more about this by reading the Java docs by Oracle.

Understanding the different components of date formatting

Lets start off by saying that the dashes : don’t have anything to do with the actual formatting, and are just added in so it reads nicer.

Pages