Questions tagged as 'fecha'

2
answers

How to change the date format received by $ _POST?

I am developing a small application with PHP and HTML , and I see myself in need of changing the format of <input type="date"/> since it is the English format and I need it in Spanish. I have no idea how to do it, I'...
asked by 06.01.2018 / 21:05
1
answer

Show the date in dd-MM-yyyy [duplicated]

Hi, I'm doing a program in Java by connecting to a MySql database When you run the program, you have the possibility to see the data that is stored in the database or add new data. The problem is that I see the date in aaaa-MM-dd format an...
asked by 08.10.2017 / 20:22
2
answers

Change the language of the date in Jasper Reports

I have an Oracle XE database, from which I extract information for a report, which in development mode shows the date in Spanish, however when I run it from my application in Oracle Apex puts the date in English . Any suggestions on how to ch...
asked by 17.07.2017 / 23:39
2
answers

Error 'Call to a member function format'

   Call to a member function format () on boolean in $fDevolucion = DateTime::createFromFormat('d-m-Y', $Fechadevolucion); ($prestamos = $objprestamo->addprestamo($fDevolucion->format('d-m-Y'),$cliente,$libro,$observacion)){ <-- ERRO...
asked by 08.04.2017 / 19:24
1
answer

Date Format PhpSpreadSheet

I have an Excel file with several fields, including a date type field. I am using PhpSpreadSheet to read the Excel cells and load them in a query but I realized that when reading the cell that contains a date, it reads it as a number, for exampl...
asked by 10.11.2018 / 02:13
1
answer

Show a date that entered in JText from Java and that is stored in SQL

I would not be able to enter a date of birth in my program to fill out a file of a client and save it in the sql database from xampp, I could do it as a string but obviously it does not take the bars "/ " I want to directly load the date and sav...
asked by 06.10.2018 / 18:53
2
answers

Change DatePickerDialog format: "d-m-yyyy" to "dd-mm-yyyy"

I want that when selecting a date for the calendar I return the format of two digits in the day and month (dd-mm-yyyy) but it only returns me one (d-m-yyyy) Could someone with this, I leave the code that I am implementing Calendar calendar...
asked by 03.09.2018 / 08:39
0
answers

Update Django Application Date?

I have an application in Django in which users enter a date by means of a calendar but the date shown on the calendar is always the same as the day I started the Django server. I explain if I start the server on 5/19/2018, the schedule of the...
asked by 24.07.2018 / 15:46
0
answers

Graph mysql data by date range with Highcharts

Hello to the whole community! I would be very grateful if someone with more experience could give me an orientation on the next topic ... I want to show data from mysql to a highcharts graphic ... But I would like you to show me the data in a ra...
asked by 24.07.2018 / 09:27
0
answers

enter a date in angular by input

I am trying to enter a date, by means of an imput with type="date" in my code in angular. In principle I have not had any problems and it works but NOT with SAFARI, which does not show the calendar. I have also tried with DataPiker but I find th...
asked by 02.07.2018 / 19:31