AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.24k stars 783 forks source link

How to insert current date time value in the ISO date format ? #2096

Open mrudangshah opened 4 years ago

mrudangshah commented 4 years ago

I want to auto insert date into my date column on addition of a new row like this format 2016-05-18T16:00:00Z. But i am not able to insert this date record. So how can i add this date record ?

<TableHeaderColumn dataField={'createdAt'} dataFormat={this.dateFormatter} dataSort={true} editable={false} > Date </TableHeaderColumn>