Hi
I had the following date_popup code working prior, but now it has stopped.
$format = 'Y-M-d';
$form['project_start_date'] = array(
'#type' => 'date_popup',
'#title' => t('Start Date'),
'#date_format' => $format,
);
I did check-out if Drupal.jsEnabled is still true, and it is.
Any ideas?
Comments
Comment #1
arlinsandbulte commentedIt has been over a year...
Did you get this resolved on your own?
Comment #2
wizonesolutionsThis seems to be a duplicate of #306335: Date Picker Popup doesn't appear now.