Questions tagged as 'date'

2
answers

System check if there were payments from the 1st to the 5th of each month

is a condominium payment system and it is required to show if the owners paid in the range of 1 to 5 of each month I have the following but it does not do anything to me, it remains blank and the table does have data <?php session_st...
asked by 01.09.2018 / 23:37
1
answer

Problem data Date in method jsf

It may be a silly question but I have not been able to solve the problem I have the following methods: public long contarPedidosMeses(int cedulaCliente, int codigoProducto, Date fechaIni, Date fechaFin){ Query q; q = em.createNativeQu...
asked by 29.05.2016 / 19:43
1
answer

Change the date the bootstrap-material-datetimepicker calendar returns me

Hi, I'm working with the framwork symfony3 and I'm having problems with a date type field that I use datepicker for when I select the date in the calendar, what I get is a string and I really need it to be date type and because of this It gives...
asked by 26.04.2018 / 20:29
1
answer

How to compare a Date date in java?

I have the following table, which shows a column called validity <p:dataTable id="horarios1" rendered="#{ConsultaPersonasUnidadFisicaComponent.muestraHistorial}" var="consultaHorario" style="max-width:3000px;max-height:770px;" value="...
asked by 07.03.2018 / 18:07
1
answer

Date can not enter the bbdd

Problem: The date of birth, does not enter the bbdd. I cut out as much as possible both the code and the form and the answer it gives me when I want to enter. The reality is that there are 25 fields. And several are date, several are select, oth...
asked by 29.09.2017 / 23:29
0
answers

update android date by adb

I need to update the date and time of my tablet by means of adb , in a nexus with android 5 I do it with: adb shell date YYYYMMdd:HHMMSS However in another tablet with android 6.0 does not allow me, the following message appears:  ...
asked by 06.07.2017 / 00:43
2
answers

BD Oracle query by time segments

Hello, I have a table in Oracle DB that has the following fields and values: Now I need to generate a query that groups me by sections of half an hour the number of elements per DATE_CREATION, for example for this case the result I would e...
asked by 12.07.2017 / 18:32
0
answers

Get number of weekdays of the month in PHP (without weekends) [closed]

How can I get the number of days of the month without Saturdays or Sundays in general for any month? Example: December = 31 days Saturdays and Sundays of the month = 9 days    31 - 9 = 22 days. With an "echo" to show it...
asked by 15.12.2016 / 23:30
2
answers

Filter by date PHP and MySQL

Good morning to everyone. I am trying to do a Select by filtering only by date in a DB with MySQL, in timestamp column format, where data with this format is inserted ('Y-m-d H: i: s'). The dates I receive from this form: Fil...
asked by 26.10.2016 / 10:15
2
answers

Android Studio - Convert a String field to Date

Good morning, I am using a String field called "fecha_ini" and it contains a date in the following format "01-02-2018". What I need is to add one day to this date, but for that first I have to cast it from String to Date if I'm not mistaken. To...
asked by 29.11.2018 / 15:19