Posts by Caio Ladislau • 198 points
3 posts
-
2
votes1
answer961
viewsA: Catch only the month of a selected JS date
You can do this easily using the event onchange in the date input. The following example: <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"…
-
1
votes1
answer34
viewsQ: Filter using N2-smart-table masks
I’m using Angular 6 with N2-smart-table. I want to search a string with and without mask (like a Cpf or cnpj). Ex.: 28871154000178 and 28.871.154/0001-78 must return the same record when searching…
angularasked Caio Ladislau 198 -
5
votes2
answers2106
viewsA: What is the importance of README.Md in Git?
README.Md is a text file used to describe your project. It is essential if your project is public, ie aims at the creation and participation of a community. It is nothing more than a text file where…
gitanswered Caio Ladislau 198