Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentfuture authored Jan 10, 2024
1 parent fbe6dff commit 3ad9d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A small Java 8 utilities library ([javadoc](http://google.github.io/mug/apidocs/
`String user = first('@').toEnd().removeFrom(email);`
* [StringFormat](https://github.com/google/mug/wiki/StringFormat-Explained) extracts structured data from string:
`new StringFormat("{yyyy}/{mm}/{dd}").parse(dateStr, (yyyy, mm, dd) -> ...)`
* [DateTimeFormats](https://github.com/google/mug/wiki/DateTimeFormats-Explained) creates `DateTimeFormatter` from an example date time string (GoLang style but without magic dates):
* [DateTimeFormats](https://github.com/google/mug/wiki/DateTimeFormats-Explained) creates `DateTimeFormatter` from an example date time string (golang style but without magic dates):
```java
DateTimeFormatter formatter =
DateTimeFormats.formatOf("Tue, 10 Jan 2023 10:00:00.123 America/Los_Angeles")
Expand Down

0 comments on commit 3ad9d48

Please sign in to comment.