Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Jira의 Screen에서 날짜가 어제, 방금 등으로 나오기 때문에 정확한 시간으로 변경을 할 필요가 있습니다. 그럴때는, 다음의 절차를 수행합니다.

1. Date 입력 부분의 수정

관리 메뉴 > System > Look and Feel > Date/Time Formats

변경될 옵션

변경 전

변경 후

Date Picker

타입의 Field

jira.date.picker.java.format

d/MMM/yy

yyyy-MM-dd

jira.date.picker.javascript.format

%e/%b/%y

%Y-%m-%d

Date/time

타입의 Field

jira.date.time.picker.java.format

dd/MMM/yy h:mm a

yyyy-MM-dd HH:mm

jira.date.time.picker.javascript.format

%e/%b/%y %I:%M %p

%Y-%m-%d %H:%M

2. Date 출력 부분의 수정

관리 메뉴 > System > Look and Feel > Date/Time Formats

변경 옵션

변경 전

변경 후

Complete Date/Time Format

dd/MMM/yy h:mm a

E.g. 23/5월/07 12:55 오후

yyyy-MM-dd h:mm a

E.g. 2007-05-23 12:55 오후

Day/Month/Year Format

dd/MMM/yy

E.g. 23/5월/07

yyyy-MM-dd

E.g. 2007-05-23

  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.