Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
  • Gray Fawkes's avatar
    80e95f3d
    0.1 · 80e95f3d
    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
    80e95f3d
    History
    0.1
    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
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