Questions tagged as 'datetime'

0
answers

Android calender

I wanted to know if to spend the day the month and the year with the calender would be that way whenever I try to activate the schedule does not come right ends up activating for the same day Calendar calNoww = Calendar.getInstance();...
asked by 13.07.2018 / 20:25
0
answers

As the pandas reads timestamp data and converts to HDF5 (HDF5)

I am creating a C # application that generates a hdf5 document in which one of the columns in the dataset is a timestamp (using unix), and I would like this file to be read by the pandas so that it reads the timestamp as a datetime64 (which is t...
asked by 14.06.2018 / 20:07
0
answers

America / Sao_Paulo is not present in timezone_abbreviations_list ()

I tried to validate timezone using the PHP function timezone_abbreviations_list() But for some reason America / Sao_Paulo is not in the list. Has anyone ever had a similar problem?     
asked by 10.05.2018 / 18:20
1
answer

Sort DateTime of a DataTable

I am having problems sorting the DateTime field of a DataTable, I am returning records from my users table via server-side. The problem is when it is time to click on the label of a column of type DateTime, the data is ordered as if it were Stri...
asked by 14.05.2018 / 16:51
0
answers

Constant error in using strptime

Expensive, I've always worked on strptime without major problems, but an error began to appear that I did not find in any citation: from datetime import datetime a = "20160228" date = datetime.strptime(a, "%Y%m%d") This is just the examp...
asked by 08.05.2018 / 21:55
0
answers

Web SQL compare two dates

I want to know how I can make this comparison, that it read the y dates that are stored in the database and compare them with data x, and then show only the line that fit into that comparison ... texto.executeSql('select * from schedule ORDER...
asked by 26.04.2018 / 14:46
1
answer

Convert string to DateTime C # [duplicate]

How do I get a string something like "01/30/2015", for example, and convert it to datetime and keep that same date format? Being able to validate the date.     
asked by 13.10.2015 / 21:14
1
answer

How do I manipulate values of type type in my JS?

I need to do a calculation with time type input values in my JS using jquery, how do I do this? is there a library ready? <label for="">Inicio</label> <div class="form-group"> <input type="time" class="form-control" id...
asked by 28.03.2018 / 20:03
1
answer

Display Automatic Date Sequence

I have a question regarding Datagridview: I'm doing a payroll system, in this system I have to bring the first day of the release and the final day. The problem is that, for example, I need to make a system in which every time he press the "r...
asked by 11.03.2018 / 21:33
1
answer

Unix Time for TDateTime

I need to convert a time received in a json in the format 750382 to 00:12:41 in delphi has the UnixToDateTime () function more only works if I receive the full date and time, but in this case I only receive the time, the full date and time...
asked by 05.03.2018 / 19:18