Slide 56
Slide 56 text
New form type: DateInterval 3.2
->add('remindEvery', DateIntervalType::class, array(
'placeholder' => array('years' => 'Years', 'months' => 'Months', 'days' => 'Days'),
'widget' => 'choice',
// customize which text boxes are shown
'with_years' => true,
'with_months' => true,
'with_days' => true,
'with_hours' => false,
))