Active
Project:
Field Tool
Version:
6.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2009 at 18:01 UTC
Updated:
3 Apr 2009 at 18:01 UTC
Similar to CCK's text and number fields, it would make a lot of sense to support other fields. The "date" field type doesn't ship with CCK itself, but is very popular and therefore also important to support. The getter/setter callbacks should retrieve/write PHP DateTime objects, while the import/export callbacks should probably write/retrieve ISO date strings (standard combined date/time representations for single-date fields, and time intervals for from/to date fields).