Test the options of Javascript datetime format interactivelly for any locale.

Keep in mind that he implementation is engine (browser) dependant and you will need to test it for every target engine.

const options = ;
new Intl.DateTimeFormat('en-GB', options).format(new Date());