Questions tagged as 'date'

2
answers

Sending String data between Activities, using them on onClick ()

I've been doing the sending of a string data to another activity is called a caculate and from that to history but it has not worked for me can someone tell me what the inconvenience will be. Thanks! the variables are declared String d; Strin...
asked by 21.09.2018 / 16:32
4
answers

Get the current date with the time 00:00:00 in Java

I have the following code: Calendar.getInstance().getTime(); With that I get the current date, but I want to know if there is any way that the time is 00:00:00 instead of when that method was called.     
asked by 07.12.2016 / 16:33
3
answers

Null value in MySQL with PHP

Ajax is used to insert data, and although at the time of inserting, it works correctly, the problem is when they are inserted in null. It should be noted that the data to be inserted is of the date type in the database. when inserting an e...
asked by 20.09.2018 / 17:39
2
answers

Put date and time in a variable

I would like to know how you can put together a date and time delivered by a user in a single variable of type Date System.out.println("Ingrese fecha desde la cual se desea programar los pedidos para su producción"); SimpleDateForm...
asked by 12.11.2016 / 23:29
1
answer

Fatal error: Call to a member function diff () on string in

I want to see the difference of days between the current date and the input data, but I get this error.    Fatal error: Call to a member function diff () on string in This is the code: <input type="date" class="datapicker" required="...
asked by 15.01.2018 / 14:33
2
answers

How to get the excel date with PHPExcel?

Cordial Greeting I have created a class to perform massive loads with the help of PHPExcel, the information to load has columns in date format but it is impossible for me to capture them with the PHPExcel, in doing so it brings me numbers as if...
asked by 10.07.2017 / 17:34
3
answers

Day of the week from date in int format

I want to make a function that from three values in int (day month year) returns me that day of the week is, googling I have reached this function but I get an error, it does not hit with the day it is. This is the code: String diaSemana...
asked by 10.04.2017 / 20:25
2
answers

Format Date yyyy-MM-dd HH: mm: ss at 12 o'clock

I have this format and obviously when I turn on the clock at 12 o'clock, it returns a null , if I put it at 24h, I format the date well. How can I solve this? ! Update: For 12h I try this let dateFormatter1 = DateFormatter() d...
asked by 30.03.2017 / 11:02
3
answers

Date object why does it show one more day?

I know that the month starts counting from scratch, that's why one more month comes out and I have to take one from him. But because the day shows one less? var fecha = new Date(1989, 10, 10); //1989-11-09T23:00:00.000Z     
asked by 29.12.2017 / 14:03
1
answer

Doubt about the behavior of lc_time_names in MySQL

The MySQL documentation indicates that to control the language in which the names of days and months are presented, as well as their abbreviations, lc_time_names must be used. So to establish this configuration in Spanish I do for exam...
asked by 08.01.2018 / 11:43