Tabulator date formatting
问题 I am using a library called Tabulator, and one of the things it allows you to do is to edit the data while it is being pushed into the table. Dates we use use long-date format and look something like this: 2018-07-24T04:00:00.000Z . I use formatter within the table to make it look like this : 2018-07-24 . Which simply slices the string. The problem is - when someone is trying to download pdf file it still shows the date in the long format - this needs to be fixed. I tried all the ways that