면접준비

[ 자바 / JAVA ] 출력 format(printf)

TimeSave 2022. 8. 20. 00:41

https://frootjy.tistory.com/m/24

 

[ 자바 / JAVA ] 출력 format(printf)

Java에서 출력할 때 System.out.printf() 메소드를 사용하여 특정 형식의 문자열을 출력할 수 있습니다. C언어에서의 printf() 함수를 사용하는 것과 사용 법은 비슷합니다. [ printf() ] public PrintWriter prin..

frootjy.tistory.com

 

https://beginnersbook.com/2017/10/java-display-time-in-12-hour-format-with-ampm/

 

Java - Display time in 12 hour format with AM/PM using SimpleDateFormat

In this tutorial we will see how to display time in 12 hour format with AM/PM using the SimpleDateFormat. 1. Display current date and time in 12 hour

beginnersbook.com