Robson Sousa

Results 6 comments of Robson Sousa

You can use \n in your text.

> Huh..weird that it is somehow allowed with the quotes 😂 The crux of the issue is parsing out the numbers like when your format contains numeric dates can get...

So do you need to recognize the format after generating the date, Like a reverse engineering? That's would be the a good reason to not allow any kind of format,...

I'm facing this same issue https://formkit.link/951403c9d7f2ac438b147ad73f45e100

In my case, I wouldn't to show the message "Invalid Date", I want just no message. So I modified the @ivos solution: ``` Vue.filter('moment', function (value, format) { if (value...

I need that too. Any solution?