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

mandclu created an issue. See original summary.

scott_euser’s picture

Thanks 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.

  • scott_euser committed 2133c33e on 1.x
    Issue #3390568 by scott_euser: Support for Smart Date fields
    
scott_euser’s picture

Status: Active » Fixed

Did 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!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.