I have had some past encounters with the Date API in past when doing some calendar stuff and it can get messy. Even though now unmaintained, I have found moment still being a quick and easy way to get the desired formatted date with relative and locale data being consistent. Do you have any recommendations for new Date libraries that you have encountered or do you think JavaScript Internationalization API standard itself would be enough going forward to use instead of other libraries when used in production apps ?