-
Gray Fawkes authored
init: Separate web UI from server Repo Separate the Web UI repository from the server repository in order to easily maintain both repo separately
Gray Fawkes authoredinit: Separate web UI from server Repo Separate the Web UI repository from the server repository in order to easily maintain both repo separately
date-time-formats.js 206 B
const dateTimeFormats = {
en: {
short: { month: 'numeric', day: 'numeric', year: 'numeric' }
},
fr: {
short: { day: 'numeric', month: 'numeric', year: 'numeric' }
}
}
export default dateTimeFormats