Questions tagged as 'date'

1
answer

Return the last date of the Array

Hello, I have a code where I am looking for a list of dates. for(var i = 0; i < data.list.length; i++){ if(Date.parse(data.list[i].date) >= dateA){ console.log(data.list[i].date) } } I would...
asked by 26.03.2018 / 20:18
0
answers

How to add + 10 days in the following code that opens date [duplicate]

As other ways to open date in Portuguese on some servers are problematic, I use the code below. It turns out that now I need to display the current date + 10 days. How to do this? $meses = array (1 => "Janeiro", 2 => "Fevereiro", 3 =&g...
asked by 04.03.2018 / 21:31
1
answer

Date function in Portuguese

I have this code <table class="table table-hover table-bordered table-condensed lista-clientes table table-striped table-bordered table-condensed"> <thead> <tr> <th> &l...
asked by 20.02.2018 / 04:33
0
answers

getTime () returns unixtme different from date

I have a date string that when I assign this string to a date and later I will get the getTime of it, if the application is running on different machines the returned unixtime comes with a few different hours being two hours the di...
asked by 15.02.2018 / 00:26
1
answer

Range set by SQL user

In sql, is there any way to define the range of a query according to the user's past? Example Number of days the user enters is 7, and set as the registration date 07/01/2018, the bank return the registration made on 01/01/2018 to 01/13/...
asked by 10.02.2018 / 01:24
1
answer

Delete files created before 10 days ago from the current date

I'm trying to automate the deletion of some backup files that a small application I've made in swing creates, which over time will accumulate, taking up too much space in the network directory, which already has a storage limit. The list of file...
asked by 20.06.2016 / 17:38
0
answers

How to bring bank information according to the chosen month?

I'm developing a web application using the Play Framework, and I'm hooked on the creation of statistics. In the statistics screen the user will select the month of the year and must return all the complaints made in the selected month, how would...
asked by 19.01.2018 / 23:12
1
answer

Date Histogram in GGPLOT

I'm not getting the ggplot from the following table: Data Frequência 1 2016-06-11 3126 2 2016-03-05 218 3 2016-01-23 431 4 2016-06-04 145 5 2016-11-30 331 6 2016-15-01 275 Using the...
asked by 26.12.2017 / 15:06
1
answer

Show line of code according to the date

I have a static page that will work offline with the proposal to be a control panel that will have the "schedule of the day" for a church. In one of the columns (as shown in the image) one of the videos will be changed daily and the rest will...
asked by 26.12.2017 / 19:06
1
answer

Convert wrong string string to be displayed [duplicate]

I have a string in the following format 2017-12-08 , however I need to display it formatted for the user as follows: 08/12/2017 , I thought about using SimpleDateFormat variable is in Date format, and I am not conse...
asked by 08.12.2017 / 17:42