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

arlinsandbulte’s picture

Status: Active » Postponed (maintainer needs more info)

It has been over a year...
Did you get this resolved on your own?

wizonesolutions’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)

This seems to be a duplicate of #306335: Date Picker Popup doesn't appear now.