What happens? I think it's well built, but obviously something is missing.
Name of the Table: citas
Field Name: idcita, horacita, diacita, asuntocita
Query Error 1064 You have an error in your SQL syntax; check the
ma...
It happens that I have a table where I keep records of things that are going to be done with a format: task, start date, end date
Example: Pruning the lawn, 2018-02-20, 2018-02-25
What I need is that you can not register in the BD tasks th...
I am working in laravel and I want to show in my Bootstrap Datepicker field a date in a format (dd / mm / yyyy) but I want to store it in format (yyyy / mm / dd).
Is there any property in Datepicker to do that? This is my input:
<div cla...
I am having problems when paging dates that express the abbreviated month to 3 characters. I use a SimpleDateFormar that I build in the following way:
DateFormat dateFormat = new SimpleDateFormat("dd MMM HH:mm yyyy", new Locale("es")) ;
Whe...
I made a program that reads a txt file line by line with a BufferedReader. If the line that reads finds the String "Issue Date", it takes from character 83 to 93 of that line (which would be the actual date) and saves it in a String variable to...
I comment, I need the system on the days of 1 to 5 of each month to verify if people from a condominium made the payment, but to place them in default. I was researching and I believe that I date period with date interval, it is th...
I have a query which gets some Date type fields
The result of this query is downloaded to a .csv file and what it does is that it does NOT show the date fields in DD / MM / YYYY format, try to convert them with to_char but when you sho...
I have a field which is a datetime, this field returns the following date / time:
2018-05-16 14:37:45
What I would like is to be able to subtract 5 hours from that date and make it look like this:
2018-05-16 09:37:45
I could achieve th...
Can someone tell me how to convert a string with a date in this format "2000-01-01 00:00:00" to an object of type Date ?
I get the date from a query to a database mysql .
I know it must be silly, but I can not do it....