Skip to content

Conversation

elkrieg
Copy link
Contributor

@elkrieg elkrieg commented Aug 7, 2017

put("^(0[1-9]|[1-9][1-2]*)/\\d{1,2}/\\d{2}$", "MM/dd/yy");
put("^\\d{1,2}/(0[1-9]|[1-9][1-2]*)/\\d{2}$", "dd/MM/yy");
put("^(0[1-9]|[1-9][1-2]*)/\\d{1,2}/\\d{4}$", "MM/dd/yyyy");
put("^\\d{1,2}/(0[1-9]|[1-9][1-2]*)/\\d{4}$", "dd/MM/yyyy");
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if regexps are required at all.
Should ksar just try to parse the date and check which mask works better?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i agree, but for the moment we have this implementation of auto detection

@Pitterling
Copy link
Collaborator

ksar/src/main/java/net/atomique/ksar/ui/LinuxDateFormat.java

must be adjusted as well !! ... This is for the non-"automatic detection"

@Pitterling
Copy link
Collaborator

Unittest LinuxHeaderTest.java should cover this as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants