Posts by Paulo Roberto • 21 points
2 posts
-
2
votes3
answers1926
viewsA: How do you know how many days are in the current month?
Just supplementing the information, how the friend wants the number of days. SELECT DAY(LAST_DAY( data_field )) as DIAS_MES;
-
0
votes2
answers1030
viewsA: custom datatable filter
Looking at the examples on the datatables website, I imagine it’s best that you use their api, rather than you customizing ajax for each query. See the examples below: function filterGlobal () {…