Index: branches/5.3.x/core/units/promo_blocks/promo_blocks_config.php =================================================================== diff -u -N -r15659 -r16531 --- branches/5.3.x/core/units/promo_blocks/promo_blocks_config.php (.../promo_blocks_config.php) (revision 15659) +++ branches/5.3.x/core/units/promo_blocks/promo_blocks_config.php (.../promo_blocks_config.php) (revision 16531) @@ -104,13 +104,13 @@ ), 'ScheduleFromDate' => Array ( 'type' => 'int', - 'formatter' => 'kDateFormatter', 'time_format' => '', 'input_time_format' => '', - 'error_msgs' => Array ('wrong_date_interval' => '!la_ToDateMustBeGreaterThanFromDate!'), + 'formatter' => 'kDateFormatter', 'picker_default' => 'midnight', + 'error_msgs' => array('wrong_date_interval' => '!la_error_WrongPromoBlockScheduleInterval!'), 'default' => null, ), 'ScheduleToDate' => Array ( 'type' => 'int', - 'formatter' => 'kDateFormatter', 'time_format' => '', 'input_time_format' => '', + 'formatter' => 'kDateFormatter', 'picker_default' => 'midnight +1 day -1 second', 'error_field' => 'ScheduleFromDate', 'default' => null, ), @@ -144,4 +144,4 @@ ), ), ), -); \ No newline at end of file +);