20 lines
459 B
JavaScript
20 lines
459 B
JavaScript
export default {
|
|
en: {
|
|
shortFormat: {
|
|
dateStyle: "short"
|
|
},
|
|
longFormat: {
|
|
year: 'numeric', month: 'short', day: 'numeric',
|
|
weekday: 'short', hour: 'numeric', minute: 'numeric'
|
|
}
|
|
},
|
|
ru: {
|
|
shortFormat: {
|
|
dateStyle: "short"
|
|
},
|
|
longFormat: {
|
|
year: 'numeric', month: 'short', day: 'numeric',
|
|
weekday: 'short', hour: 'numeric', minute: 'numeric'
|
|
}
|
|
}
|
|
} |