Skip to content

Commit

Permalink
Update StringToTime.java
Browse files Browse the repository at this point in the history
  • Loading branch information
javalc6 committed Nov 19, 2024
1 parent 2a4dfec commit c10f156
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions info/bliki/wiki/template/dates/StringToTime.java
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@ public final class StringToTime extends Date {
// e.g., October 1981
new PatternAndFormat(Pattern.compile("[a-z]+ +\\d{4}", Pattern.CASE_INSENSITIVE), new Format("MMM yyyy")),

// e.g., 1981 October
new PatternAndFormat(Pattern.compile("\\d{4} +[a-z]+", Pattern.CASE_INSENSITIVE), new Format("yyyy MMM")),//02-10-2024: added parsing of yyyy MMM

// now or today
new PatternAndFormat(
Pattern
Expand Down

0 comments on commit c10f156

Please sign in to comment.