JavaScriptの標準であるECMAScriptに元々組み込まれているDateオブジェクトを置き換える新しい日時API「Temporal」が導入されます。TemporalはJavaScriptの日時操作における多くの課題を解決することを目指しています。
In theory, handling dates as a developer is as simple as creating, storing, and, if necessary, manipulating dates. But as a JavaScript developer, you would know this theory doesn’t hold long after you ...
Date-time handling in JavaScript has always been hard, mainly because Date objects don't handle timezones very well. ComPlainDate is a collection of tools for expressive and timezone-safe manipulation ...