Skip to content

Commit

Permalink
Summary: Added Day of year, Week of year/month patterns.(T60732)
Browse files Browse the repository at this point in the history
Bugzilla bug(s) resloved:

Description:
Added Day of year, Week of year/month patterns.(T60732)
  • Loading branch information
heli committed Jul 24, 2013
1 parent 254ca78 commit ade47c2
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -1240,10 +1240,13 @@ private void placeComponents( )
"LLL,yyyy", //$NON-NLS-1$
"hh:mm:ss,a", //$NON-NLS-1$
"HH:mm:ss", //$NON-NLS-1$
"D,yyyy", //$NON-NLS-1$
"DDD,yyyy,QQQQ", //$NON-NLS-1$
"EEE, MMM d, yyyy", //$NON-NLS-1$
"yyyy.MMMM.dd GGG hh:mm aaa", //$NON-NLS-1$
"yyyy.MM.dd G 'at' HH:mm:ss zzz" //$NON-NLS-1$
"yyyy.MM.dd G 'at' HH:mm:ss zzz", //$NON-NLS-1$
"w,yyyy", //$NON-NLS-1$
"W,LLL,yyyy" //$NON-NLS-1$
} );
txtDatePattern.setVisibleItemCount( txtDatePattern.getItemCount( ) );
txtDatePattern.addSelectionListener( new SelectionAdapter( ) {
Expand Down

0 comments on commit ade47c2

Please sign in to comment.