1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-16 14:50:48 +03:00

fix #835 - настройка даты рождения

This commit is contained in:
Mzhelskiy Maxim 2017-02-15 18:51:26 +07:00
parent 9e67e789fd
commit 87e160bd33
3 changed files with 3 additions and 3 deletions

View file

@ -61,7 +61,7 @@
{component 'field' template='date'
name = 'profile_birthday'
inputClasses = 'js-field-date-default'
value = ($user->getProfileBirthday()) ? {date_format date=$user->getProfileBirthday() format='d.m.Y'} : ''
value = ($user->getProfileBirthday()) ? {date_format date=$user->getProfileBirthday() format='d.m.Y' notz=true} : ''
label = {lang name='user.settings.profile.fields.birthday.label'}}

View file

@ -61,7 +61,7 @@
mods = 'horizontal'
name = 'profile_birthday'
inputClasses = 'js-field-date-default'
value = ($user->getProfileBirthday()) ? {date_format date=$user->getProfileBirthday() format='d.m.Y'} : ''
value = ($user->getProfileBirthday()) ? {date_format date=$user->getProfileBirthday() format='d.m.Y' notz=true} : ''
label = {lang name='user.settings.profile.fields.birthday.label'}}

@ -1 +1 @@
Subproject commit a6222bfe5427b6f4a5caefc8122ba0cfaed10814
Subproject commit 0f5746885ab4a994bbd7b81fd66ccac556059823