Questions tagged as 'date'

0
answers

Problem when entering data of date type

I have a variable type date based on a attribute of the same type in edit in a webpanel . When executing the webpanel, to the right of the edit box the calendar icon should appear to be able to select a date, but instead, the phrase appears...
asked by 10.05.2016 / 21:06
3
answers

Convert Date to String in java

I am consuming a web service where I consult an id parameter, and it returns a vehicle object that contains several attributes of type int and string , but the field date I returned it as date. "this is in the database", what...
asked by 28.03.2017 / 18:31
2
answers

Use of time lapses (TimeSpan) in JavaScript

I have an ODATA node, which automatically throws data in Json format. One of the properties in this object contains a time lapse ISO 8601 , because it is generated using < strong> TimeSpan (from .Net) For example, a lapse of 7 hou...
asked by 04.03.2016 / 00:40
1
answer

PHP returns an early date

Good evening, I'm from Peru. I have a problem with the date that returns PHP that apparently is advanced. We are Saturday September 9 and I return Sunday (sun) September 10 .. I guess that's why the time zone and the language is from the USA how...
asked by 10.09.2017 / 03:17
1
answer

Condition between weekdays

Friends, I'm doing a little program that reads from a database between which days of the week a certain process must be executed. I'm getting the day of the week based on date("N") and it gives me a number from 1-7, which would be, Mon...
asked by 25.05.2018 / 01:19
1
answer

Search by date model find mongoose not working

I am trying to find x objects by date, (the receipt of a form, I know it arrives in UTC format before the real one), I do the following. First I create the object console.log(datos) // Contiene los datos correctos , fecha ,datos ,etc Event...
asked by 19.10.2016 / 15:16
1
answer

Use of Dates in Python [closed]

I am carrying out a program that allows calculating the taxes that a car must pay, knowing its model (year of manufacture) and type (P: Private / T: Taxi / R: Remis). To calculate taxes, keep in mind that: a. Private cars less than 10 years o...
asked by 11.04.2017 / 02:47
1
answer

Start date to today instead of to 1900

When entering the calendar, it starts in 1900, how can I start it with today's date? package com.example.lu; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.widget.Button; import android.widget.EditTe...
asked by 24.11.2017 / 23:25
1
answer

I need to enter a new column in mysql but it does not leave me [closed]

I was entering columns normail mind but when creating a date type I get the following error SQL query: ALTER TABLE 'asignacion_tablet' ADD 'inicio' DATE NOT NULL AFTER 'Celular';MySQL said: Documentation...
asked by 20.11.2017 / 17:17