Posts by Leonardo Barbosa • 1 point
2 posts
-
0
votes1
answer112
viewsA: Search Object By date and Id Lambda, Linq, Asp.net
You forgot to include Vehicle Movement data in your Vehicle Requisition. Also, the Dataehoraservico property is not part of the class you posted. Make sure the Dataehoraservico name and try this:…
-
0
votes6
answers11997
viewsA: Current date Angular 2
public static obterDataAtual() { const date = new Date(); const ano = date.getFullYear(); const mes = date.getMonth(); const dia = date.getDate(); let mesValor =…