moment time format by country

JavaScript
import moment, { Moment } from 'moment'
moment(new Date(), moment.locale('id')).format('llll')
Source

Also in JavaScript: