Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. $form['date'] = array(
  2. '#prefix'=>t('When do you want to start the featured campaign?'),
  3. '#date_format' => 'Y-m-d',
  4. '#date_year_range' => '0:+1',
  5. '#type' => 'date_popup',
  6. '#weight'=>0
  7. );
  8.  
  9. $form['date'] = array(
  10. '#prefix'=>t('When do you want to start the featured campaign?'),
  11. '#date_format' => 'Y-m-d',
  12. '#date_year_range' => '0:+1',
  13. '#type' => 'date_popup',
  14. '#weight'=>0,
  15. '#datepicker_options' => array('minDate' => 0),
  16. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement