Questions tagged as 'data'

2
answers

Calculate difference between dates

I need to calculate the difference between the date of registration and the current date, if it is greater than 6 months, return Boolean. I am registering the bank on the date of registration as follows: public static final String DATE_FORMAT_...
asked by 15.11.2015 / 16:08
0
answers

Datepicker update dates according to return from an ajax

I want to display a calendar with only a few dates enabled, I make an ajax request that returns an array with the date I want to enable, the function I have today is similar to this example here in Fiddle , just that the values of the array *...
asked by 04.05.2018 / 14:48
0
answers

Bring the last date according to the code you typed!

I have a spreadsheet where I bring the client code and a date of visit, I would like a formula where through the code I bring the last example date Cod. Date of Visit 1 01/04/2018 2 01/04/2018 3 01/04/2018 1 04/06/2018 return 1 04/06/2018 2 0...
asked by 30.04.2018 / 20:57
0
answers

What facebook user data is accessible through the api of it only with an application access token?

I'm participating in a project in college and I need to use facebook's api to try to collect some data from facebook users, but I've already faked the api documentation a lot and I still do not know what data I can access using an access token o...
asked by 04.05.2018 / 23:27
1
answer

Make date range datepicker be used in mysql

In my code, I have a calendar where the user selects the period that he wants to analyze. The code is this: <input type="text" name="daterange" value="01/01/2012 - 20/04/2018" /> <script type="text/javascript"> $(function() { $('in...
asked by 20.04.2018 / 14:59
4
answers

How do the date () function format a date in Portuguese?

In my project I am using the date() function, however I would like it to be in Portuguese, my current format is: "Thursday 6th", I would like it to be in the same model but in Portuguese, this is my formatting : // $article['article_tim...
asked by 06.03.2014 / 19:17
0
answers

open on specific day with calendar intent on android

I have a function where I open the calendar of android, I pass the complete date and it opens exactly in the month of the date, well everything works but my doubt is, and possible to open in the intent of the day instead of showing the full mont...
asked by 27.02.2018 / 15:52
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
0
answers

How to synchronize 2 bootstrap_datepicker (dt_start x dt_end) natively?

Using the bootstrap_datepicker to send a start date and another end date to the server. The start date can not be greater than end date. And the end date can not be less than the start date. My question is whether there is any native way (u...
asked by 02.02.2018 / 18:26
0
answers

How to make a comparison between 2 fields with date [duplicate]

Hello, I have 2 fields, 1 with today's date and one with a date in 9 days. I need to make a comparison between the 2 fields to know if the field with the second date is in 10 days or less, and display a message in the MessageBox. I tried to do...
asked by 02.02.2018 / 17:41