V Data Table Format Date

[Solved] V Data Table Format Date | Vb - Code Explorer | yomemimo.com
Question : v-data-table format date

Answered by : panicky-panther-bbh258tbe9vk

<v-data-table :headers="headers" :items="logs"> <template v-slot:item.createdOn="{ item }"> <span>{{new Date(item.createdOn).toLocaleString()}}</span> </template> </v-data-table>

Source : https://stackoverflow.com/questions/57944894/how-to-format-vuetify-data-table-date-column | Last Update : Wed, 19 Aug 20

Answers related to v data table format date

Code Explorer Popular Question For Vb