10 ms·
Temporal does have PlainDate, which is the Date primitive you're describing (by a different name, presumably to not collide with the old Date type). https://de
by cpmsmith 8mo ago
Temporal does have PlainDate, which is the Date primitive you're describing (by a different name, presumably to not collide with the old Date type).
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...
- abustamam 8mo agoThis is great! Thanks for sharing