Skip to content

Commit

Permalink
Merge pull request zanata#974 from zanata/ZNTA-686-editor-filter
Browse files Browse the repository at this point in the history
ZNTA-686 fix(editor) - fix date validator pattern
  • Loading branch information
Patrick Huang committed Sep 29, 2015
2 parents def7eab + 8384ac2 commit e3f55cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
public class TransFilterPresenter extends WidgetPresenter<TransFilterDisplay>
implements TransFilterDisplay.Listener, UserConfigChangeHandler,
FilterViewEventHandler {
private static final String DATE_PATTERN = "yyyy-mm-dd";
private static final String DATE_PATTERN = "yyyy-MM-dd";

private final History history;

Expand Down

0 comments on commit e3f55cd

Please sign in to comment.