I assume it's because if size? You could use dayjs. It's quite tiny https://day.js.org/
Nov 23, 2021
10
Level 4
Best way to format date without moment js in vue2?
Hi all,
Let’s say you have a date like this in a loop:
<ul>
<span v-for="item in data">
<li>
<small>{{item.created_at }}</small>
</li>
</span>
</ul>
item.created_at outputs: 2021-11-22 16:32:52
I would like to format it to: 22-11-2021
How can I do this in a loop without using moment.js please?
Thank you,
Level 4
@Sinnbeck Yes the size + it starts to give some errors about ISO format and their support is not responding much anymore. Other people on Reddit said that it was better to leave moment.js as it was not well maintained anymore. Thanks for this tiny Library, I am going to check it out now.
Please or to participate in this conversation.