Hello guys,
I'm having an awkward error at formatting a date in my app
I import Moment like this:
import Moment from 'react-moment'
and later:
<Moment element={Text} format="DD/MM/YYYY HH:mm"> 23-08-1993 15:35 </Moment>
and it outputs Invalid Date
in other components it works, please help
RN version 0.61.4
Hello guys,
I'm having an awkward error at formatting a date in my app
I import Moment like this:
import Moment from 'react-moment'and later:
<Moment element={Text} format="DD/MM/YYYY HH:mm"> 23-08-1993 15:35 </Moment>and it outputs Invalid Date
in other components it works, please help
RN version 0.61.4