Skip to content

Error displaying dates from database #1541

@bonnegnu

Description

@bonnegnu

Describe the bug
When I select and save the dates using react-date-picker, saved well in the database. But when I show them with react-bootstrap-table-next, don't show correctly.

To Reproduce
Use:

...
<DatePicker onChange={d => setDt(d)} value={date} />
<BootstrapTable
  bootstrap4
  keyField="id"
  data={data}
  columns={columns}
  pagination={paginationFactory(options)}
 />                                       

Screenshots
If applicable, add screenshots to help explain your problem.
Captura de Pantalla 2021-01-15 a la(s) 12 14 01
Captura de Pantalla 2021-01-15 a la(s) 12 32 08

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions