Posted by pmackay on June 6, 2010 at 5:30pm
Hi,
I have a content type with a date field defined thus:
- tag: field
type: event
name: time_from
label: Start
option: date
widget: date_popup
I'm then trying to create a node of that content type:
- tag: node
type: event
title: An event
fields:
time_from:
value: 01-08-2010T10:30:00
The above does not import the date/time, and some other variations didn't help. The error says "The dates are invalid." What would be the correct way to format the value?
Thanks
