Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for Ooker
| Type | On... | Excerpt | Status | Date |
|---|---|---|---|---|
| Comment | Post #293620 |
I upgrade it yesterday so it should be the latest (more) |
— | over 1 year ago |
| Edit | Post #293620 | Initial revision | — | over 1 year ago |
| Question | — |
Property 'DurationFormat' does not exist on type 'typeof Intl' I run this code with Deno from Temporal.PlainDate.prototype.since() - JavaScript | MDN: ```ts const date = Temporal.PlainDate.from("2022-12-25"); const now = Temporal.Now.plainDateISO(); const duration = now.since(date); const formatter = new Intl.DurationFormat("en-US", { style: "long" }); ... (more) |
— | over 1 year ago |
- ← Previous
- 1
- 2
- Next →
