Posts by Alfredo Augusto • 43 points
5 posts
-
0
votes1
answer71
viewsQ: Mysql IN function but my parameter comes a string
Hello, I have a trial that receives a few parameters, among them I need to receive a list of codes, which are 10 at most. But in the consultation, I’m trying to WHERE value IN(value1, value2), but…
-
1
votes1
answer53
viewsQ: .Each in two elements with values in different variables
I have two elements, horaFim and horaInicio that are two inputs and both have the class hour. With each need to have the value of the two separated into variables. $('.hora').each(function (){ var…
-
1
votes0
answers19
viewsQ: Select two elements in each to pick up timeInicio and End of screen inputs
I have a page where I have start and end date, and I need to create a validation where you can’t create any record if the current time is between these two dates. I have the current date already and…
-
0
votes2
answers1161
viewsA: How to get the days of the current working week of Sunday/Monday
Well, it works at first, but it’s the same in my code. Try to trade: $data = new DateTime'); For: $data = new DateTime('12-12-2017'); he returns me: 07/12/2017 - Thu 08/12/2017 - Friday 09/12/2017 -…
phpanswered Alfredo Augusto 43 -
2
votes2
answers1161
viewsQ: How to get the days of the current working week of Sunday/Monday
I have a grid of some hours notes that I have a filter pro user fills the date and loads my grid with the records and I have a <thead> that has the days of the week, I am able to seek the…
phpasked Alfredo Augusto 43