Temporal.Now - JavaScript
DRANK
The Temporal.Now namespace object contains static methods for getting the current time in various formats.
1 comments
The Temporal.Now namespace object contains static methods for getting the current time in various formats.
これChromeとFirefoxで結果違って草。どこ由来の違いなんだろう(?)
new Intl.DateTimeFormat("ja-JP", { calendar: "japanese", era: "long", year: "numeric", month: "long", day: "numeric"}).format(Temporal.Now.plainDateISO());