UNPKG

@blocknote/react

Version:

A "Notion-style" block-based extensible text editor built on top of Prosemirror and Tiptap.

10 lines (9 loc) 244 B
export const dateToString = (date: Date) => `${date.toLocaleDateString(undefined, { day: "numeric", month: "long", year: "numeric", })}, ${date.toLocaleTimeString(undefined, { hour: "numeric", minute: "2-digit", })}`;