Javascript Intl.RelativeTimeFormat formatting

How to format dates with Intl.RelativeTimeFormat

The idea of Intl.RelativeTimeFormat is that it gives the ability to format to create an instance of relative time format function, with some pre defined settings or…

Create-or-format-Dates-without -Timezone-using-JavaScript DateTimeFormat

Format Dates without Timezone using JavaScript

Introduction Formatting/creating dates with Javascript without timezone can be a bit tricky due to the difference between formatting in respect to a timezone or not, in this…