Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $form['date'] = [
  2. '#title' => $this->t('Date'),
  3. '#type' => 'date',
  4. '#attributes' => array('type'=> 'date', 'min'=> '-25 years', 'max' => 'now' ),
  5. '#date_date_format' => 'd/m/Y',
  6. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement