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
Comment #1
drummI'm working on it.
Comment #2
drummJust comitted something to CVS using strtotime.
Comment #3
(not verified) commentedComment #4
drumm