Questions tagged as 'data'

0
answers

Is it possible to make a $ _Request [""] of another attribute besides name=""?

I wonder if it would be possible to make an $ _Request [""] attribute of an HTML tag besides name="". In my case it would be Date-PhotoCapter="test.jpg". Dai would do the request for the Data-PhotoCap. Thanks!     
asked by 01.10.2016 / 16:19
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
1
answer

Problems with MYSQL date

I have to query the mysql database but I have a problem with my query. In my bank I have 3 string fields, being a day, month and year. These are not dates, but varchar. Okay. I can not change that because I got this seat anyway. I want to get...
asked by 26.04.2016 / 14:47
2
answers

How to insert date and datetime into a table in MySQL?

The big problem is that after insert , all values that have date, are zeros and in the format yyyy-dd-mm and not dd/mm/yyyy , as it was initially inserted. How can I enter these values in the formatting I desire?     
asked by 30.05.2014 / 16:04
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
1
answer

Create a start and end period with a list of days

I have an array of days and I need to create periods based on it. For example this array 01/02/2015 02/02/2015 03/02/2015 04/02/2015 05/02/2015 09/02/2015 10/02/2015 11/02/2015 12/02/2015 Arrange the periods '01 / 02/2015 to 05/02/2015 '...
asked by 22.04.2015 / 21:31
3
answers

Working with date and deadline checks

I am a logics problem in my application. Galera is the following, in the project module of my system there is a deadline for project delivery. I need to know the following.    If today is 1 week (7 Days) before the deadline, send the yellow t...
asked by 10.05.2016 / 02:26
1
answer

Doubt on date manipulation using time.h

I'm studying C and thinking about a problem I came across the need to study the library time.h. Basically, I would like to calculate the difference between two dates without needing to reinvent the wheel. For this I considered 2 hypothetical...
asked by 05.12.2018 / 02:13
2
answers

Doubt about RG - what is the best way to control the field?

I'm opening this topic to hear from you how you've been working on the issue of adding RG to forms. I think a common concern of everyone when working with forms is that data control is in our hands - not the user's hand. For this, the bett...
asked by 06.09.2016 / 18:04
1
answer

Rename files with date in python

I would like to rename files from one folder and send them to another folder, but I wanted it to contain the date or that it at least put a number after the name if it already had an equal. The code is this below, but as there are several files...
asked by 23.10.2018 / 19:32