Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Cant use java.uti.date or Joda DateTime in model classes #63

@amitkarir2k14

Description

@amitkarir2k14

I have case classes with date fields (either java Date or Joda DateTime)

I cant get this to work with this library

I get the following errors for basic CRUD ops

for db.docs.create and db.docs.update

Error:
value unapply is not a member of object org.joda.time.DateTime
value unapply is not a member of object java.util.date

for db.docs.getT

value apply is not a member of object org.joda.time.DateTime
value apply is not a member of object java.util.date

Please suggest

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions