Problem/Motivation
The module's migration plugin supports D7 Date module values, but not D8+ values.
Steps to reproduce
Migrate data from a D8+ site's date field.
Proposed resolution
Support D8+ date values.
Remaining tasks
Support D8+ date values.
User interface changes
n/a
API changes
n/a
Data model changes
n/a
Issue fork smart_date-3581976
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
damienmckennaThe MR includes a small change that fixes the problem for me in my local testing.
Comment #4
nitinkumar_7 commentedTested MR !201 and confirmed it works for me. Date values migrated correctly into Smart Date fields. ready for RTBC.
Comment #5
mandclu commentedComment #6
mandclu commentedThanks for the work here. Merged into the 4.3.x branch.