Problem/Motivation
Smart Date is a popular module for managing dates and times in Drupal. It would be great if this module could support Smart Date fields too.
Smart Date fields store their values as timestamps. They can also have timezones, but because the timestamps are always UTC the timezones shouldn't impact sorting.
Proposed resolution
Add support for Smart Date fields.
Comments
Comment #2
scott_euser commentedThanks for flagging, looking at the FieldType plugin, actually it seems its the same storage (value + end_value) as with datetime_range from Core and datetime_range_tz from Contrib, so this should be easy to add support for.
Comment #4
scott_euser commentedDid a manual installation and test and it works fine with Smart Date. Will add to the module homepage list of supported field types as well.
Thanks!