Questions tagged as 'data'

0
answers

Register dates from the calendar

I'm trying to make a recurrence record of dates for an event, I have this calendar: link I wanted to be able to click on each date, preferably from the one who is creating the event, since it would select multiple dates, to make a recurrenc...
asked by 18.07.2017 / 17:17
3
answers

Error converting data php

I'm getting the following date from a form: 26/09/2016 I need to convert it to: 2016-09-01 I'm using the following command: $v_data= date('Y-m-d', strtotime($data)); only giving the following return: 1970-01-01 , what w...
asked by 26.09.2016 / 20:49
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
3
answers

Average time in seconds

Hello, in my select I need to find the average service time (TMA) between two BIGINT format columns:    Date: DtBegin and DtEnd
asked by 24.05.2017 / 19:40
1
answer

Random Data with exception PHP

I have the following case: I have an appointment from 08:00 to 12:00 and 13:00 to 18:00. $hora_manha_min="08:00"; // Pode variar conforme consulta em Web Service (String) $hora_manha_max="12:00"; // Pode variar conforme consulta em Web Serv...
asked by 08.05.2017 / 23:20
0
answers

How to create a calendar field in PHP or Javascript?

I need the following, have a calendar open ( if possible already come with yesterday's dates locked back ) to do service scheduling, when I click on the date X , there I will play this date in a input . I do not know how to create...
asked by 26.04.2017 / 16:21
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

Elements with Date and Time Data Type

I would like to take a doubt, we should treat fields differently which have data type as time and date I say in relation to the view, why I have a problem I need to plot some date and time in a table in my view but the fields that are not date a...
asked by 11.04.2017 / 15:20
1
answer

Get external site image as date: image / jpeg; base64

Is it possible to save an image as an external site date using javascript or php? because this was the only way I got the image to appear in the browser, to inspect this is the path: link But when I play directly in the browser the image...
asked by 10.03.2018 / 13:44
1
answer

http post with BodyRequest Sqlserver

Hello, how do I get a post request passing an xml as date? I tried it on another GET request and it worked: DECLARE @Tabela TABLE ( CampoXML XML); DECLARE @URL VARCHAR(8000) SELECT @URL = 'url?parametros=' DEC...
asked by 02.02.2017 / 13:00