Questions tagged as 'fecha'

0
answers

Format of date VB.net EF

Function TraeConta(ByVal DAT_CODIGO As Integer, ByVal DAT_NRO_ORDEN As Integer, ByVal DAT_RUTPAC As Integer) As MIN_CONT_CONTACTADOS Dim cont As New MIN_CONT_CONTACTADOS Try...
asked by 11.06.2018 / 17:24
1
answer

Format html dates

You will see in the forms when I use the input type field, whenever the browser changes the format to months, days, years ... but I need that regardless of the browser it is maintained in days, months, years <form action="" id="form"&...
asked by 16.05.2018 / 00:07
0
answers

How do I work with dates in python?

Hi, my question is how can I offer control to the user to enter a date in PYTHON that is not a simple Entry with gray text ... in plan "Ejemplo: 27/10/2014" or "dd/mm/yyyy" . Like there is something similar to a calendar or o...
asked by 21.04.2018 / 11:48
1
answer

Subtraction of dates in JS [duplicated]

Request a date and return the difference in days, months and years between the current date and the date entered. This is what I have so far to catch the current date: var today = new Date(); var dd = today.getDate(); var mm = tod...
asked by 12.04.2018 / 16:35
1
answer

Problem with character '\ n' when interpreting a date

Dear, I have a code to change dates of type string in a text file to a list of dates of type datetime : import datetime as dt import workdays Holidays = open("C:\holidays.txt").readlines() print (Holidays) dates_list = [dt.dateti...
asked by 22.11.2017 / 16:59
2
answers

Date by rank

How can I make a query of dates by rank if the date is 2017-09-04 - 2017-10-03 ----- > This is how the daterangepicker throws it at me. and since I do not have them separated I can not do a BETWEEN.     
asked by 03.10.2017 / 23:36
1
answer

Difference of current date between PHP and Database

I have in my database (mysql) that I work with xampp, a Registration Façade field that is automatically fed with a CURRENT_TIMESTAMP . With PHP I consult the current date and time with the sentence date ("Y-m-d H: i: s") . All this in order...
asked by 24.09.2017 / 01:47
2
answers

Use date class in Java

I have made a class date but when I try to visualize the day, month and year those that are initialized in the constructor appear and not those that I enter by keyboard, I visualize it by means of the toString () method Class code date: pub...
asked by 26.08.2017 / 14:02
1
answer

how to save date in java

I'm doing a project in java netbeans but I can not save the date in my database can you help me thanks this is the code I use: if(txtgenerico.getText().length()==0 ||txtcomercial.getText().length()==0||txtforma.getText().length()...
asked by 10.07.2017 / 00:23
2
answers

Sort by date in datatables

I am trying to sort in a datatable by a date field but I do not get it. I've tried several plugins but none of them work properly. The example link is a simple datatable where the date field 4 is supposed to format it to the European date...
asked by 21.02.2017 / 14:37