I'm looking for a way to make an "Automatic Money Adder"; for example; I get up one day, I turn on the pc and automatically add $ 10 to a file. My problem is part of a code to determine that today is not the same as yesterday and do not add it...
I'm making a data set for an application, and when I insert a Time record, it gives me the following error:
INSERT INTO [ope_prodqa_dev]
(
staff,
turn,
date_prodqa,
hour_dev
)
VALUES
(
1,
4...
How can it be done in PHP to get the number of hours from a range of dates that meet a time interval? For example, having the range of dates:
SUBIDA = 2017-01-02 01:00 - BAJADA = 2017-01-02 22:00
And knowing that the intervals are:
DE 00:...
I have data of TIME type in my database and I would like to bring these to a variable in java that allows me to do operations (sum of times, compare who is older).
I have tried to use variable of type java.sql.Time but it does not get assigne...
Hi, I want to add the cdm in the cakephp
jquery-timepicker
but I do not know how, the css yes, and the js I know what the script is but the .map as I would call it in the default?
Well, my idea for using the time-piker is that I need...
I hope you can help me with the following problem, I am using the highcharts library, and I want to show a line graph whose interval is in hours / minutes, this corresponds to measurements of a sensor where the query and saved is done every 5 mi...