Questions tagged as 'datetime'

1
answer

Unwanted format in Datetime parameter (Stored procedure)

I built a procedimiento almacenado that has two parameters type date . The problem is that these dates come to me with the format    NameMes Day Year Time: Minute AM for example if I send you the date '2017-02-05' comes to...
asked by 15.03.2018 / 16:15
0
answers

Datepicker Region dd / mm / yyyy MVC [closed]

Good estimates: I have a theme with the validation of the Date of Birth, I have the datepicker set to show the date in dd / mm / yyyy format But when I enter the Input, the validation of the Data Annotations jumps and validates me as mm / dd...
asked by 20.10.2017 / 20:45
2
answers

How to compare 2 lists in python 3?

I'm working on Python 3.4, I have 2 lists: lista_1 = ['2017-10-01', '2017-10-02', '2017-10-03', '20107-10-04'] # Fechas de un periodo lista_2 = [['20107-10-01', campo2, campo3], ['2017-10-03', campo2, campo3], ['2017-10-04', campo2, campo3]]...
asked by 20.10.2017 / 19:24
2
answers

Display date format in "d-m-y" and save to a database in "y-m-d" format

I have to show the format D-M-Y but it must be saved in the MySQL database, Y-M-D . I am using Bootstrap for the calendar of dates and PHP to perform the maintenance on the table. Code HTML and PHP : <div class="form-...
asked by 17.01.2017 / 21:50
1
answer

Get the day of the week from a date taken from sqlite swift

I'm doing a function in swift that you formatted me on a date I get from the database sqlite and display it with the following format: Miércoles, 07 de septiembre de 2016 a las 10:03:56 . I have almost everything, I just n...
asked by 07.09.2016 / 10:35
4
answers

Load DateTime in c # in dd / mm / yyyy format

Good day! I'm doing a program of loading and showing movies, The movie class has an attribute of type DateTime release date. My problem is that, when I upload the release date in dd / mm / yyyy format, I do not take it. I have to load yyyy / mm...
asked by 28.11.2017 / 13:49
3
answers

Problems saving PHP date

I have a project on the web and I am trying to save the complete date in the database but it is giving me a strange error, I do not understand what the error is. Note: Recently everything was going well because in my database in the field w...
asked by 19.12.2018 / 18:42
2
answers

Get date in Node.js [closed]

I need to get the system date with date, time, minutes, seconds and milliseconds in node.js and then convert it to an integer. Any ideas? Thanks !!     
asked by 10.09.2018 / 17:59
1
answer

error with the datetimepicker when moving to another [closed] PC

When I move to another computer my datetimepicker program in a short date format comes out as '20 / 09/2017 'but on my computer it goes out as '20 / 09/17' and the programming is in this format so when I put to look for or make a query does not...
asked by 20.09.2017 / 12:23
2
answers

How to get a time range comparing two dates in Android?

Good afternoon friends. What I want to do is get a time range, comparing 2 dates for example: //Ejemplo simple String fechaInicial: "03/09/2016 12:00" String fechaActual: "03/09/2017 12:00" And what I want to get is for example, this is...
asked by 04.09.2017 / 00:49