Posts by odmarques • 31 points
6 posts
-
0
votes1
answer54
viewsQ: Data listing with Laravel
Good night devs! I need some strength! Here’s the thing. I am developing an application using the framework. I have the following models: design and functionality The business rule of the…
-
0
votes1
answer278
viewsQ: Filter of the month and year of a date via combobox
Galera is the following I have a table in my database where I have the data_process field that is in date format, so every time I register a process in the process registration form I select a date…
-
0
votes1
answer348
viewsQ: Insert progress bar with php - Bootstrap
You can insert a progress bar using bootstrap for the amount of data entered into a given table in the database? Ex: If I have 100 entries the bar would progress to 100.…
-
0
votes1
answer55
viewsQ: Comparing fields from a form
I have a form with the fields below. I need to compare the year of the field select with year of date informed via Javascript, and the year of date informed has to be identical to the year chosen,…
javascriptasked odmarques 31 -
0
votes2
answers61
viewsQ: comparison of dates with javascript
I got two camps like date in my form, the field data_inicio and data_fim. I need to ride a script that when I finish filling out the dates, that is when the fields lose focus, an alert is issued…
javascriptasked odmarques 31 -
0
votes1
answer3383
viewsQ: SQL AS COMMAND
Good night! So guys, I have a table where it has some columns, among these: data_current and data_validity, as soon as a record is made an auxiliary column is generated through the AS command of…