Skip to content

Commit

Permalink
docs: tiny readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
RangerRick committed Apr 22, 2024
1 parent 1a1950b commit 65ebce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This plugin for [Moment.js](https://momentjs.com/) adds support for formatting using the Java [SimpleDateFormat](https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html) and [DateTimeFormatter](https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html) format options.

It differs from [moment-jdateformatparser](https://github.com/MadMG/moment-jdateformatparser) in that it doesn't just try to translate Java format strings to Moment, but instead implement a new set of format methods that can handle a wider range of Java format strings, at the expense of speed.
It differs from [moment-jdateformatparser](https://github.com/MadMG/moment-jdateformatparser) in that it doesn't just try to translate Java format strings to Moment, but instead implements a new set of format methods that can handle a wider range of Java format strings, at the expense of speed.

Thanks to [moment-jdateformatparser](https://github.com/MadMG/moment-jdateformatparser) for the basic idea, I ran with it in my own way because we needed some formats that just plain aren't possible in a simple format string translation. :)

Expand Down Expand Up @@ -58,4 +58,4 @@ I might implement the nano ones if I get around to doing the math (and probing `

`moment-javaformat` is freely distributable under the terms of the MIT license.

Copyright (c) 2020 Benjamin Reed.
Copyright (c) 2020-2024 Benjamin Reed.

0 comments on commit 65ebce3

Please sign in to comment.