Hi,

If you try to add a node created date within a panel, it is not possible to select a proper date format: all three date formats look the same...

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

SandraL’s picture

I'm having the same problem.

maerys’s picture

Same here.

puidu’s picture

The same for me. bug?

jastraat’s picture

Related to http://drupal.org/node/776268 ?

The naming convention of the 3 built in date formats changed in Drupal 7 from
small, medium, and large
to
short, medium, and long http://api.drupal.org/api/drupal/includes--common.inc/function/format_da...

This means that only the medium format name still exists. Ctools just needs to update the option keys in node_created.inc and node_update.inc to match the new date format conventions.

jastraat’s picture

Project: Panels » Chaos Tool Suite (ctools)
Version: 7.x-3.x-dev » 7.x-1.x-dev
ramlev’s picture

And it's not possible to choose any custom made date/time types, only the three default.

ramlev’s picture

Have made a patch, which fills the selectbox, with the date types available for this installation.

This will work with node_update and node_created fields.

wooody’s picture

exist in Druapl , Authored on

acbramley’s picture

Status: Active » Reviewed & tested by the community

Awesome, applied patch #7 to 7.x-1.0-rc1 applied cleanly and works as expected! Lets get this committed as currently the node created and updated panes are pretty useless!

merlinofchaos’s picture

Status: Reviewed & tested by the community » Fixed

Committed! Thanks!

Cyberwolf’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.