Questions tagged as 'datetime'

2
answers

Converting a DateTime SQL with String to Jquery

SQL receipt a result of this type: /Date(1503090145770)/ and would like to display it in date and time format.     
asked by 18.08.2017 / 23:44
1
answer

input date and time

I have an input in which I select the date and a select to mark the time. Of those two input, I have to make an insert to the database since the field is datetime. How could I do it? I can not use datatimepicker, because it deconfigur...
asked by 25.04.2017 / 13:58
1
answer

How to disable minutes and make the arrow up / down buttons do 15 minute jumps? eonasdan datetimepicker bootstrap

The plugin that I use this here . What I want to do is disable the minutes that I will not use. What I will use are: 00, 15, 30 y 45 . Or at least the arrow up / down buttons perform 15mins breaks. $('#crear_fecha')....
asked by 21.02.2017 / 21:26
1
answer

Why can not I get the current date in a "DateTimePicker"? eonasdan plugin

The link to datetimepicker that I use this here My problem is this: I want to obtain the date that I indicate, but when I click on an external button, it indicates the previous date, not the last date that I indicate. Ex: if I...
asked by 06.02.2017 / 07:50
1
answer

How to work with datetime

My problem is that I do not know how I can do to work with datetime but faster, when I do for it takes almost 1 day to run df2 = pd.DataFrame({'fecha1': ["2018-3-3","2018-4-15"], 'fecha2':["2018-02-31","2018-...
asked by 04.01.2019 / 02:12
1
answer

How to iterate the time of a DateTime in C #?

How can I go iterating the time of a DateTime. DateTime horaseleccionada = Convert.ToDateTime("10:00:00"); DateTime horactual = horaseleccionada; for (int i = 0; i < llegada.Length; i++) { DateTime horaconvertida = horactual.AddMinute...
asked by 09.12.2018 / 17:25
0
answers

C # - Serialize dates without time

I have a general question. A service from my server has to send dates without time. For example, birthday dates. The question that arises is: if there is no time, I just have to serialize the date as a string. In c # like this: date.ToStri...
asked by 22.11.2018 / 21:38
0
answers

DB2 QUERY - HELP

I have the following doubt, I have two tables "TEJCRETE" and "CCEPTCPT" and I need to calculate the minutes of difference between FECFIN - FECINI. However, it may be that some dates overlap. That is to say, In the example, only my total minutes...
asked by 09.11.2018 / 18:03
2
answers

How to convert a string to Local Date?

Goodbye people, I have dates in TD elements of a table that I want to modify, the time of those TDs is 11 hours +, and I have to transform them to local time and I also want to add the name of the DAY. As these TDs have a fixed width, the tim...
asked by 01.11.2018 / 23:23
0
answers

Read a date (datetime) from an Entry (Python 3)

I am trying to define a function (which I have called "nextTime") that allows me to read the date that the user puts in the Entry (or today's date) and modify it with a "Next day" button. The date I want to be written in the dd / mm / yy...
asked by 17.10.2018 / 23:06