Questions tagged as 'data'

2
answers

Search for entire month ORACLE

I need to run a report that returns the values for the entire previous month. It used the following form: where cliente.dtultcomp > trunc (SYSDATE-30) But there are cases of the month having 28, 31 days for example. Is there a way to alw...
asked by 08.08.2018 / 18:43
0
answers

How to convert a date in the format C # '/ Date (1504020443813-0300) /' to PHP? [duplicate]

In some applications that use C# , when I return the value in JSON , the DateTime object is serialized to a weird format, something like this: /Date(1504020443813-0300)/ And I'll get this in PHP. When I receive this...
asked by 24.07.2018 / 19:26
1
answer

Group dates that are in MySQL in PHP

I have a table in MySQL called apartamento_data , in it there are dates that the apartment is rented, that is, unavailable for rent. Each row a date, like this: 2017-05-31 2017-06-01 2017-06-04 2017-06-05 2017-06-06 What I need, to...
asked by 05.06.2018 / 18:56
1
answer

Receive date from the datapicker

I'm creating a site where I have a datapicker with the following site I wanted it to save when fetching the date that was chosen from the datapicker that appears instead of the date of the textbox.     
asked by 02.05.2018 / 13:03
0
answers

Top-page report of all time, last week - Google Analytics

I have a question in analytics. These days one of the posts of a blog that I manage, has entered the top pages of the week. The point is that this post is 2016. What I would like to do, once you realize you have old content that generates a l...
asked by 23.05.2018 / 18:04
1
answer

Subtract extracting months between two dates in javascript

Hello all GODS OF SCRIPTS , I'm having difficulty extracting the total of months between two dates ex: datefinal (03/29/2018) - datainicial (1/29/2018) = 2 months, however the dates are provided by the jquery datepiker and could inform the comm...
asked by 30.01.2018 / 01:58
1
answer

C: How to generate a date structure

Good afternoon. I'm having difficulty with handling dates in C. I'm using the time.h library to tinker with dates. I need to create a struct tm that contains the date of the day (example) 1/29/1950, and then store its time_t...
asked by 10.12.2017 / 16:42
2
answers

How to save in Date type in this format 10-10-2017 using SimpleDateFormat?

How can I save a Date in the format 10-10-2017 using SimpleDateFormat ? Date data = null; SimpleDateFormat formato = new SimpleDateFormat("yyyy/MM/dd"); try { data = formato.parse(dataInicio); } catch (ParseException e...
asked by 13.11.2017 / 19:48
0
answers

Data passing performance as a parameter in stored procedure

I'm developing a system, in Java and Sybase, where I need to pass the current date as a parameter in a procedure . With this, I was curious about how to pass the date ... Is there a significant difference in performance by passing the current d...
asked by 17.11.2017 / 20:01
1
answer

Pass value to input within table

The problem is this: I have a input product search, I type it filters and adds to the "items" table; in the "items" table has input that filters the services with value, and then I give    split () I take the value and try to pass...
asked by 29.11.2017 / 04:34