-
My blogs post from strapi only have two keys for dates: 'updatedAt' and 'published_at'; The result is
How can I do to parse this data in something like 'september, 20' or '2021 july, 19' I tried momentJs but only send actual date. all my blog post have the same day in the date. |
Beta Was this translation helpful? Give feedback.
Answered by
rich1n
Sep 15, 2021
Replies: 2 comments 2 replies
-
Done I was doing the following code
but the good was this
|
Beta Was this translation helpful? Give feedback.
2 replies
-
I found the reason it didn't work; I have installed gatsby-source-graphql and not gatsby-source-strapi... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rich1n
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the reason it didn't work; I have installed gatsby-source-graphql and not gatsby-source-strapi...