Questions tagged as 'date'

1
answer

Handling dates

I have questions about the steps to manipulate dates. Are the steps below ok? Can I start my studies? I have the Date attribute and want to insert 2 days. Convert Date to String . Convert String to Calendar...
asked by 02.06.2017 / 00:17
1
answer

restrict options to the fields type="date" and type="time"

I'm doing a scheduling form. The company is not 24h and does not work every day of the week. In this case, I need to restrict the options according to the company calendar. I thought of validating with js, but this will be anti-functional, one...
asked by 04.06.2017 / 17:24
1
answer

Conversion to date type PostgreSQL

Hello, I'm working with a database that has the date information stored in a varchar (50) as in the following example: "2012 December 2 18:37". I need to do time-based searches. However, I'm not succeeding at converting this char to date t...
asked by 24.05.2017 / 22:00
2
answers

How to get the correct date for the next event

I have a list with the days of the week that shows when an event should occur and another variable with the interval that this event should occur, for example, if the list is 0,1,0,1,0,1,0 [seg-qua-sex] will events occur, and if in that m...
asked by 23.02.2016 / 02:50
2
answers

Somar int with date - PHP

I have the function below, which does the sum of date, with the value +2 days fixed: echo date('d/m/Y', strtotime("+2 days",strtotime($ultima_data))); It correctly sums up with the $ last_data value, but somehow needs to change the +2...
asked by 31.03.2016 / 16:38
1
answer

How to compare age with date of birth in JavaScript? [duplicate]

I have a tremendous doubt. Do not ask me why, but I have to compare the age typed with the date of birth typed to see if they beat but I can not. Please, whoever can help me, I thank you.     
asked by 23.06.2015 / 02:31
1
answer

How do I not select records that are within a date?

I have a table in MySQL with apartment, like this: id | nome | data_ja_locado 1 | ap teste | 09/08/2015, 10/08/2015, 11/08/2015 Then when the user does a search he wants to find apartments that are available within a space of time. If...
asked by 21.07.2015 / 17:55
1
answer

Calculate the difference between dates and time from the BD of the time fields and separate dates

Good morning, I am trying to create a code where I can tell how many days and hours on a date range are shown separately. type this: Start time = 12:07:07 - Start Date = 10/15/2018 - Final Time = 12:07:08 - Final Date = 10/16/2018 - TEMPO =...
asked by 30.11.2018 / 04:24
0
answers

3 different times on my Wordpress site

I have a wordpress website hosted at Hostgator (Brazil). The server shows the current correct time (in DST). In this example, the correct time is as below, ie 13h (America / São Paulo) . Entering via putty.exe : [email protected] [~]#...
asked by 11.11.2018 / 17:14
1
answer

date_diff returns incorrect difference

I was doing tests with this function, but it returns an incorrect difference, how do I get around this? Example: when compared the difference between 01/01 and 01/03 returns the difference of one month, and only when it is 03/03 to return the...
asked by 26.10.2018 / 19:28