Questions tagged as 'date'

0
answers

List days of the current week with PHP

I have to make a calendar with PHP and it's practically ready, the problem is only that for example, today ( 07/28/2016 ) the calendar week starts at 01/08/2016 and the right should be 25/07/2016 by 29/07/2016 (Monday through Friday). >...
asked by 28.07.2016 / 19:05
0
answers

insert and update date values in the DB using a makedtextbox C #

Hello, while I was developing a system to manage the records in the DB in error it is happening that when inserting the values the date records are empty and when trying to update the listing of information it gives an error that says that it can...
asked by 05.06.2016 / 18:36
0
answers

Unknown characters in PHP date

I'm trying a problem with unknown characters on the date of a website, I've already put all the parameters I thought would fix the problem, but it keeps happening. "SATURDAY, APRIL 16, 2016" is coming out "S? BADO, APRIL 16, 2016" How can...
asked by 17.04.2016 / 00:52
0
answers

No return when application goes to server

I'm calling the following functions to get the current date and year: $mes = date("m"); $ano = date("Y"); This works when I'm in localhost , but when I upload the application to the server I do not get any information from those metho...
asked by 15.09.2015 / 14:41
0
answers

Javascript - Filling in Textbox with numbers, strings and dates in a ticket

I'm trying to make a ticket fill automatically when selecting a row from a table. In this case, there are textboxes (or type inputs) that must be filled with some values. My role is function verBoleto(nossonumero,valor,dataemissao,datavencimen...
asked by 18.06.2015 / 17:35
2
answers

Balance by date in mysql

I have a table requests and would like to return the following situation. select all the requests of an idCliente of the current month adding the values of the same ones. type select * from pedidos where idCliente = id and dataPedido (the...
asked by 24.10.2018 / 04:30
1
answer

Add days to a javascript date [duplicate]

Hello, I need help in a function that takes the date from a date field with the number of days and displays the new date as follows: <label>Data</label> <input type="date" id="data" value="2018-10-10"> <br> <...
asked by 13.12.2018 / 13:47
1
answer

Problem picking screen date

I have a small error getting the date of a jtextfield, the error occurs:    String can not be converted to date Follow my code: public TelaControle getVendaFromTela() throws ParseException { Venda vDaTela = new Venda(); vDaTel...
asked by 15.04.2017 / 17:57
1
answer

How to insert timestamp value into a MySQL table?

I'm getting a timestamp value from a request, and I'd like to store this value in my database, however I want the column to interpret it correctly. The value is 1416178487. And using PHP's date('d/m/y',1416178487); function, it returns...
asked by 17.11.2014 / 00:06
1
answer

JTextField field [closed]

How to convert a JTextField component to type Date ? How to do research? How to create a query for the database by returning a list of requests according to a date range? Follow the code currently used: if (opcaoBusca.getSelect...
asked by 14.01.2015 / 17:51