Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid Date error #117

Open
xhulioh opened this issue Jun 25, 2020 · 2 comments
Open

Invalid Date error #117

xhulioh opened this issue Jun 25, 2020 · 2 comments

Comments

@xhulioh
Copy link

xhulioh commented Jun 25, 2020

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

@kanthiganesh
Copy link

kanthiganesh commented Apr 28, 2022

Remove spaces in between tags
<Moment element={Text} format="DD/MM/YYYY HH:mm">23-08-1993 15:35</Moment>

@sivatirumalasai
Copy link

thanks ganesh it works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants