Locale Date String Lab

Medium
4
64.1% 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.