With the current "import_flexinode.inc" there is no way to import a date. See the discussion at: http://drupal.org/node/25474. If you have a "flexinode_30" field which is of the "datefield" type, "flexinode.module" expects "flexinode_30hour", "flexinode_30minute", ... columns to match instead of "flexinode_30".

I propose to use the same "_node_import_strptime" function to split up the date in a flexinode datefield as I proposed for the "import_event.inc". See: http://drupal.org/node/25650.

I'm willing to create a patch for this bug when (or if) this "_node_import_strptime" gets accepted as a good way to parse dates.

Comments

drumm’s picture

Assigned: Unassigned » drumm

I'm working on it.

drumm’s picture

Just comitted something to CVS using strtotime.

Anonymous’s picture

drumm’s picture

Version: » 4.6.x-1.x-dev
Status: Fixed » Closed (fixed)