Articles

Web programming languages and standards.

Node.js: localising dates

Recent versions of Node.js support the Intl.DateTimeFormat constructor for localising dates but the set of locales must be explicitly enabled.

Back to top