Skip to content

Commit 4b05575

Browse files
nucleartuxassisrafael
authored andcommitted
feat(uiDateMask): add ru locale to date mask
1 parent 1a9dacb commit 4b05575

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/global/date/date.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ function isISODateString(date) {
1111
function DateMaskDirective($locale) {
1212
var dateFormatMapByLocale = {
1313
'pt-br': 'DD/MM/YYYY',
14+
'ru': 'DD.MM.YYYY',
1415
};
1516

1617
var dateFormat = dateFormatMapByLocale[$locale.id] || 'YYYY-MM-DD';

0 commit comments

Comments
 (0)