cryptic-game / website

The official website of cryptic-game
https://cryptic-game.net
GNU Affero General Public License v3.0
18 stars 11 forks source link

changed how blog date is written out #327

Closed Mondmarmelade closed 2 years ago

Mondmarmelade commented 2 years ago

Description

changed how blog date is displayed image

Issue

324

MarcelCoding commented 2 years ago

This isn't any more language-specific!

MarcelCoding commented 2 years ago

We should be switching to https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat because there you can specify a language and not like the old version on the browser language-oriented.

Intl.DateTimeFormat - JavaScript | MDN
The Intl.DateTimeFormat object enables language-sensitive date and time formatting.
Mondmarmelade commented 2 years ago

@MarcelCoding Moment.js would also be an option.

MarcelCoding commented 2 years ago

No, because it is not tree-shakeable and there are better native implementations.