I have a lot of date fields in my database model. CoreData allows to use NSDate or TimeInterval to save dates depending on \"Use Scalar Type\" option.
However b
There is a workaround here that works, if you set it as transformable and set its custom class to Date it simply works.
Date