Answer the question
In order to leave comments, you need to log in
How to replace a dash with a dot?
Hello . Faced such task.
There is an array:
Array [
Object {
"date": "2019-05-04 00:00:00",
"dueDate": "2019-05-04 00:00:00",
"invoiceNumber": "FV/MON/X/359",
"overdue": false,
"valueNoTax": 100,
"valueToPay": 123,
"valueWithTax": 123,
},
Object {
"date": "2019-05-04 00:00:00",
"dueDate": "2019-05-04 00:00:00",
"invoiceNumber": "FV/MON/X/358",
"overdue": false,
"valueNoTax": 100,
"valueToPay": 123,
"valueWithTax": 123,
},
]
<Text> {item.date} </Text>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question