Locale Date String Lab

Medium
11
61.9% 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.