Posts by Fernandes Ferreira • 43 points
4 posts
-
3
votes4
answers1367
viewsQ: Save dates in the right format (Orange)
Using Laravel 5.8, I’m using dates. I can even show the date in the right format, using Carbon. Data de Validade {{\Carbon\Carbon::parse($p->dt_validade)->format('d/m/Y') }} However I can only…
-
-1
votes1
answer137
viewsQ: How to save the data by removing the characters from Mask using Laravel 5.6?
Hi, I’m using Laravel, and I want to save the data after done a calculation. I am using the Jquery Mask plugin to facilitate user understanding. However, I have no idea how to filter Mask data to…
-
0
votes1
answer49
viewsQ: How to delete non-numeric characters, which were added by Mask?
Whoa, what’s up, man? I am doing a project where I need to show the result of a calculation on time, in the same form,. The problem is that when I started using 'masks' with Jquery, to facilitate…
-
0
votes3
answers125
viewsQ: How to limit extensions that can be saved? (PHP)
Hi, I was able to run the code and save the file, but I want you to save only images. Without the filter it saves any type of file. How could I make only jpg, jpeg and png extensions be saved? Below…
phpasked Fernandes Ferreira 43