Eclipse 주석 날짜 형식

1624 단어 Java 개발
Eclipse neon 버전 이전에 자동 주석 생성 날짜는 ${date}만 사용할 수 있습니다. 그 형식은 로컬 기본 형식입니다. 예를 들어 "xxx년 xx월 xx일". 수정하려면plugin에서 org를 수정해야 합니다.eclipse.text의jar 패키지입니다.
Eclipse neon 릴리즈가 시작되고 사용자 정의 형식의 날짜를 사용할 수 있습니다. 사용자 정의 형식에 대한 설명은 다음과 같습니다.
GlobalVariables.variable.description.date=${id\:date[(format[, locale])]}

Evaluates to the current date in the specified format and locale. 'format' and 'locale' are optional parameters. 'format' is a pattern compatible with java.text.SimpleDateFormat. 'locale' is an RFC 3066 locale ID.

Examples:
${date}
${currentDate:date('yyyy-MM-dd')}
${d:date('EEEE dd MM yyyy', 'fr_CH')}

좋은 웹페이지 즐겨찾기