i am using the json-2-csv package in node js is there any way i can convert the ‘created’ field which in timestamp to date [only particular]?
[{
id: ‘pm_1P99eEIaeDnhsdNwEvu7QhFK’,
object: “payment_method”,
billing_details: [Object],
card: [Object],
created: 1713979822,
customer: null,
livemode: false,
type: ‘card’
},
…]