Questions tagged as 'data'

5
answers

How to invert dates in PHP, regardless of format?

How to invert dates in PHP? I need to invert dates in PHP regardless of the input format, either YYYY-mm-dd or dd/mm/YYYYY .     
asked by 18.06.2014 / 15:59
1
answer

Power BI - Best practice importing large amount of data

I'm new to the BI business, and I have to do BI for just over 25 million records. Importing to Power BI is impractical, since the file would be over 1GB and would be impossible to post on the web. So I opted for DirectQuery. It's just that th...
asked by 28.12.2017 / 13:34
0
answers

I can not compare dates with DateTime () in PHP

I have a form where I send the date 1-4-2017 in each separate field (day, month and year). The code below receives the date normally, but when it arrives in the comparison part it does not occur, the result should be the display of an error mess...
asked by 03.01.2018 / 02:33
1
answer

How to make my system every morning give alert?

How can I make my system wake up every morning? I want it all dawn 4 o'clock in the morning for an alert system ("alo world") how do I do it?     
asked by 08.11.2017 / 02:58
0
answers

Constant change of dates in CodeIgniter

I have a website developed in PHP and CodeIgniter, I have never worked with PHP or CodeIgniter, just with JavaScript. The problem is that the date of the site's ads is constantly updating, which was to be fixed, it changes almost every 15 day...
asked by 29.09.2017 / 11:20
1
answer

How to Save the Date Field of a Java SE Application in PostgreSql

I need to save these two dates (ALLOCATION DATE and RETURN DATE) from an allocation, where I have the following Allocation Table: CREATE TABLE public.aloca ( alocod serial NOT NULL, alodtdevolucao date NOT NULL, alodtalocacao date NOT NU...
asked by 06.09.2017 / 22:52
1
answer

Date back in mysql

Good morning everyone! how do I, in a query in mysql catch dynamically generate the date referring to 3 months ago?     
asked by 28.08.2017 / 15:55
1
answer

How to identify a specific date in VBA?

I have a base with dates of several months and years, and a home screen where I update the submission date and enter the information. I made a code that will identify the month and year of the home screen, identify the month and year at the b...
asked by 28.08.2017 / 13:55
2
answers

How to remove duplicate dates in sql?

Good morning, I need some help for the following problem, I have this code Whichgivesmethefollowingresult,howeverIwouldliketoremovetheduplicatedates Thanks in advance.     
asked by 08.08.2017 / 13:22
1
answer

Change column from date to timestamp

I have a table with a column of type date but I need to see the GMT information, my idea is to convert it to timestamp . How can I change this even if the column already contains value? create table PRO_TFESTIVO ( oid_festivo...
asked by 25.07.2017 / 16:21