Questions tagged as 'fecha'

2
answers

Date query about BD Access

Previous information: I have a database with a Date / Time type field in Access (dd / mm / yy to hh: mm: ss). The idea is to put a date (entered in three TextBox TBDia TBMes TBAnio ) and that I take the records of that date (...
asked by 25.04.2018 / 12:04
1
answer

How do I create a dispersion chart with PHP? [closed]

I'm trying to create a table or scatter chart that shows the number of successful and failed logueos of a PHP form but after a lot of searching I did not find a tutorial or something to guide me. This is an example of what I'm looking for link...
asked by 04.10.2017 / 07:56
2
answers

FullCalendar does not correctly display the 'end' date

I have my list of events, which have a start and end date (format YYYY-MM-DD). These events are displayed in the FullCalendar calendar: However the dates are not shown in full, but the end date of each event does not take the last day,...
asked by 09.03.2017 / 19:55
2
answers

JavaScript date format

I'm having problems formatting the date. As a matter of version, I can not define a date type field, so I must define it type datetime and add several 0 to the end. I get a json this: Object {fecha_desde: "2017-01-01 00:00:00.000", fech...
asked by 06.03.2017 / 20:31
2
answers

add days to a specific date with java script

I have a date in format dia-mes-año 15-02-1981, I would like to be able to add days to that date. The examples that I have been seeing, I do not know why but I add months not days. I'm trying the next code. Ffin="15-02-1981"; //Este seri...
asked by 15.11.2018 / 17:49
1
answer

Calculate the age by current date in C

I have made a simple code to keep data of people in a structure and it occurred to me, to get the age of the person using the datedate method () subtract it in some way with the date of birth introduced .. Code: struct fecha{ int dia;...
asked by 29.08.2017 / 12:29
1
answer

Given a date (dd-mm-yyyy), get Monday of that week. In number [duplicate]

I am trying to create a function with datapikcer information but I can not find a way to do it. Given a date, for example: (01-09-2017), know what is Monday of this week? In this case I would have to return (08-28-2017). (That would be a speci...
asked by 01.09.2017 / 18:44
3
answers

Problems formatting a String on date

My problem is that I receive a String element from my form, which can be of these two formats: fecha = "010117"; or fecha = "01012017"; And I need to format them to a date format valid as "01/01/2017" , I've tried to do it in sev...
asked by 05.01.2017 / 08:58
1
answer

Date and Time on Android

Hi, I'm trying to send a datetime format to the Mysql database. I'm using this snippet of code: SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd", Locale.getDefault()); Date date = new Date(); String fecha = dateFo...
asked by 13.12.2018 / 19:31
1
answer

Problem with capturing the time with date ("ymd") PHP

I have that variable to take the current date    $ current_date = date ("ymd"); I have a problem I do not know the exact time but after 6pm to 8pm it takes the data as the current date + 1 some solution for it? if I do:    $ current...
asked by 05.11.2018 / 02:03