Active
Project:
Timeline
Version:
6.x-2.x-dev
Component:
Documentation
Priority:
Major
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2012 at 19:47 UTC
Updated:
11 Mar 2013 at 18:32 UTC
I am experimenting with 6.x-2.x and have noticed that it works with fields of type Datetime but not Date. Looking in the database these fields format slightly differently:
Datetime: 2013-01-18 00:00:00
Date: 2012-01-01T21:00:00
The only difference appears to be the "T". Is Timeline really incompatible with field type Date? If so, what would it take to make it compatible?
Similar issue but for D7 (date formats changes D6 -> D7) #1512100: Add support for Date (datetime) and Timestamp (datestamp) field types
Module instructions which call for a field type of Datetime
Comments
Comment #1
kbk commentedComment #2
kbk commentedNevermind, Timeline works with field type of Date. I had a conflicting setting in that the number of values allowed was set to Unlimited. This does bring up two points where the documentation is lacking though:
1. Number of allowed values
2. Compatibility of Timeline with the Date field type
Comment #3
samsoom05 commentedHi;
I am using a Date format but I am facing the following error message:
Notice: Undefined index: field_fieldname_value in TimelinemapEvent->getDefinedFieldUsage() (line 172 of /home/content/79/10569479/html/sites/all/modules/timelinemap/classes/TimelinemapEvent.class.inc).
Can I use date as datetime is not available in Drupal 7, appreciate your help.