diff --git a/src/global/date/date.js b/src/global/date/date.js index ecac221d..64513314 100644 --- a/src/global/date/date.js +++ b/src/global/date/date.js @@ -11,6 +11,7 @@ function isISODateString(date) { function DateMaskDirective($locale) { var dateFormatMapByLocale = { 'pt-br': 'DD/MM/YYYY', + 'ru': 'DD.MM.YYYY', }; var dateFormat = dateFormatMapByLocale[$locale.id] || 'YYYY-MM-DD';