Jeconias/react-calendar-plus

Interpret Date Object to mark date in calendar

Opened this issue · 1 comments

Currently, i need to insert a Date of type string (Ex. "10-10-2019") date in attribute but, i believe that allow use Date Object is interesting.
Ex:

const eventsDataBase = {
      events: [
        {
          name: "Evento Chega Mais",
          date: new Date(),
          time: "18:00",
          author: "Mario"
        }
    ]
}

Hi, Jeconias!
Do you mind assigning this issue to me?