Skip to content

Commit

Permalink
Remove broken JSPerf link
Browse files Browse the repository at this point in the history
Fixes #692
  • Loading branch information
gilmoreorless committed Sep 9, 2023
1 parent 8bb5ffd commit f4e9acf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/moment/04-displaying/01-format.md
Expand Up @@ -430,10 +430,6 @@ moment().format('[today] dddd'); // 'today Sunday'

For a breakdown of a few different date formatting tokens across different locales, see [this chart of date formatting tokens.](https://docs.google.com/spreadsheet/ccc?key=0AtgZluze7WMJdDBOLUZfSFIzenIwOHNjaWZoeGFqbWc&hl=en_US#gid=0)

#### Formatting speed

To compare Moment.js formatting speed against other libraries, check out [this comparison against other libraries](https://jsperf.com/date-formatting/49).

#### Other tokens

If you are more comfortable working with strftime instead of LDML-like parsing tokens, you can use Ben Oakes' plugin. [benjaminoakes/moment-strftime](https://github.com/benjaminoakes/moment-strftime).
Expand Down

0 comments on commit f4e9acf

Please sign in to comment.