Locale Date String Lab
Medium
11
62.4% Acceptance
In this lab, you will create a function that uses the Date.prototype.toLocaleDateString()
method to generate a formatted date string according to a given timezone and locales. You will create an index.js
file with ESM support and implement the function, then export it as a named export.