#rarcif
1 messages · Page 1 of 1 (latest)
yes
There's nothing in our APIs or SDKs for that no. If you're using Node/JS then look at the Intl API: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat
when returning the object from the API I use the type for Stripe.BalanceTransaction which uses timestampe of type number, and I am trying to convert them to human readable dates
ok, that was my question. So I need to write the utils and transform the fields once the objects are returned
ok
thats all
thank you