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
'면접준비' 카테고리의 다른 글
시간복잡도, 공간복잡도 분석연습 (0) | 2022.08.27 |
---|---|
팰린드롬 처리,Longest Palindromic Substring(LPS) - Manacher's Algorithm (0) | 2022.08.27 |
정규식, 정규표현식(regular expression) (0) | 2022.08.27 |
면접준비 (0) | 2022.08.19 |
객체지향 설계 5원칙 - SOLID (0) | 2022.08.17 |