The tag has no wiki summary.

learn more… | top users | synonyms

-3
votes
2answers
36 views

Java: How to get the time on the hour? [closed]

I need to know how to get the the time. I am trying to make it run something at the top of every hour( 1:00, 2:00, 3:00, etc.). If you could help me that would be great!
1
vote
2answers
18 views

different time results with Locale

SimpleDateFormat formato =new SimpleDateFormat("HH:mm:ss"); Calendar cal = Calendar.getInstance(); String fecha11 = String.valueOf(formato.format(cal.getTime())); Locale locale = new ...
0
votes
3answers
31 views

Group by should return 0 when grouping by hours. How to do this?

I have a collcation similar to this one: http://sqlfiddle.com/#!2/fecbc/3 My problem is I would like when I use group by HOUR(date) hours like 2, 3, and 4 appears but with 0. Actually they ...
0
votes
3answers
39 views

Get hours between a unix time value and now

I'm using the Highcharts library to create some nice looking reports. I have a collection of unix time values and I need to convert them to the amount of hours between that date and "Now". series: ...
1
vote
1answer
65 views

Beginner javascript hour function

I am very new to javascript and would appreciate some help in understanding this problem. I am trying to write a function that that checks if the current hour is between hourOne and hourTwo, this is ...
-2
votes
0answers
22 views

Assembly : multiples of the current hours or minutes [closed]

Please help me: Write Assembly language program (in both embedded C++ & pure) enter characters until the total character of the letters entered code is multiples of the current hour or minute, ...
0
votes
2answers
82 views

How to create a time series variable in R

Hi there I am completely new to R and before I start my project I am trying out simple time series analyses upon a simple time series as follows which is stored in a .csv file. Date/Time,AT ...
0
votes
1answer
22 views

Simple code for exceeding time [duplicate]

I've written a piece of code to calculate the waiting time for a patient as follows; $query = "SELECT PatientID, Forename, Surname, Gender, Illness, Priority, Arrival_time, ...
0
votes
3answers
215 views

DATEDIFF Round off cutoff date hours SQL Server

My client has this KTV hour rule all check out above 20 mins will be considered as additional 1 hour. Example code below: declare @dateStart as datetime, @dateEnd as datetime set @dateStart = ...
0
votes
2answers
46 views

Sort by minute doesn't work

I'm trying to sort my photos by hour and minute but it will not catch the minutes - it's just keep saying that nothing exists for that hour and minute. If I'm trying to sort only after the hours, it ...
1
vote
2answers
162 views

MySQL - How to select rows with the min(timestamp) per hour of a given date

I have a table of production readings and need to get a result set containing a row for the min(timestamp) for EACH hour. The column layout is quite simple: ID,TIMESTAMP,SOURCE_ID,SOURCE_VALUE The ...
-4
votes
1answer
50 views

PHP echo only 1 higher or 1 lower then current hour

So I'm having this issue where I want to echo only the things that are 1 higher or 1 lower then the current hour. Example if current hour = 14 only echo 13, 14 and 15 Anyone have a clue on how I can ...
1
vote
2answers
111 views

Virtuemart Discount on hour and minute

I'm using virtuemart on Joomla and I was wondering if it is possible to make a discount depending on the clock. I want to add a 20% discount on sales made from 16.00 through 20.00 avery day. Thanks ...
0
votes
2answers
102 views

PHP: Get the previous half an hour mark

How can I get the last/previous half hour mark using PHP date/time. So the time 15:31 all the way through to 16:29 should give 15:30 since that's the last half hour mark. And I want to be able to ...
1
vote
2answers
69 views

Calculate hours correctly from minutes

I'm trying to convert 6783 minutes to days, hours, and minutes but I can't get the hours correct. Now it's showing that 6783 is 5 days, 113 hours, and 3 minutes. As you can see the hours is completely ...
3
votes
3answers
53 views

Return the time(int) in a String method

So I have this method that returns the time when a tv-show ends(e.g.: 21:15),but when the hour or minute is under 10 I need the method to return something like this : 21:05. I tried like this, but ...
0
votes
3answers
84 views

Linq compare hour

how can i compare hour in Linq ? i use C# 4.0 and SQL Server 2008 R2. my data: CLIENT_ID (varchar) and HORRAIRE (time 7) and my code : IList<LS_CLIENTHORRAIRE> LesListe; ...
-2
votes
1answer
59 views

PHP timestamp “hours ago” only [duplicate]

Possible Duplicate: PHP Timestamp until “hours ago” trouble How can I make a PHP timestamp that will display the time ago until hours only? for example displaying 48hours instead of 2days ...
1
vote
2answers
39 views

Keep on querying the time till it matches a given time [closed]

I want to build an application with a concept that I have to perform an action at a given time which is prespecified. That is it is basically like an alarm. For that , I want to constantly query the ...
0
votes
0answers
31 views

windows automatic update change hour [closed]

I've an issue with some servers. Windows automatic update change servers' time. It's 50 minutes more of currently time. Anyone has the same problem? Do you know how can I resolve it? Thanks in ...
0
votes
2answers
425 views

jQuery - Change 1-24 hour to 1-12 hour using .getHours() method?

Fiddle: http://jsfiddle.net/bnsex/1/ I want to use 12 hour clock for this code... $(document).ready(function() { setInterval( function() { var hours = new Date().getHours(); $(".hours, ...
0
votes
1answer
61 views

Reload view every hour

I have a code which generates gradient view differently for every hour in a day. - (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a ...
0
votes
3answers
92 views

php script working every friday

I have this script that is working every day between 2 hours. Now, I have 2 questions: 1) how do I make it work only every friday, not all days? 2) how do I use minutes to m code? $hour:$min > 8:15 is ...
3
votes
1answer
59 views

Add Field that has hrs and mins value

Im trying to display the total for each project group. The Problem is that all the values for that field are recorded like so: 0h 06m The sum is displaying as: 0 with the following code. How do ...
0
votes
1answer
531 views

SQL Server : get hour from datetime and then change it

I have been trying this for a while and so far research has not gotten me far other than I need to use something called DATEPART (I have no idea how to use this). My SQL Server is not the greatest. I ...
2
votes
3answers
233 views

Get all full hours of every day of a year

I need to get / print on command line every full hour of every day of a given year, e.g. 2011 but I am struggling to code it in Java. Has anybody ever coded this issue?
0
votes
1answer
353 views

UTC to local hour in MATLAB

I have this cell array: date_hour = '30/07/2012 00:00' '30/07/2012 01:00' '30/07/2012 02:00' '30/07/2012 03:00' '30/07/2012 04:00' ...
0
votes
2answers
136 views

MySQL TIME comparisons

I need to store a TV guide in MYSQL and I was thinking something like this: channel_id day start_time end_time AMC Breaking Bad:) Monday 19:00:00 20:30:00 Other Program ...
0
votes
0answers
41 views

Development Time Estimate for AJAX UI

Sanity check needed: I'm a jr. developer, working on an existing internal website that's written in procedural PHP. My task is to add additional functionality to an AJAX-driven order form. I need to ...
0
votes
4answers
192 views

Summing time past 24 hours

I have the following method to sum time: public static String sumTime(String date1, String date2) throws ParseException { Calendar calendar = Calendar.getInstance(); SimpleDateFormat ...
3
votes
2answers
331 views

Grouping records hour by hour or day by day and filling gaps with zero or null in mysql

I have written a query that counts records hour by hour: select TO_CHAR(copied_timestamp, 'YYYY-MM-DD HH24'),count(*) from req group by TO_CHAR(copied_timestamp, 'YYYY-MM-DD HH24'); the result is: ...
1
vote
1answer
386 views

Informix group by hour

How one does use the group by clause with hour in Informix? The group by section here gives an error: SELECT cqdr.targetid, cqdr.profileid, ccdr.startdatetime::DATETIME HOUR TO ...
0
votes
1answer
903 views

how to make digital clock display only hours and minutes

I have a digital clock on an activity in my app and I want to display only hours and minutes on it and don't want to display seconds.
0
votes
0answers
76 views

scheduling table using checkboxes with days and hours, select/unselect all

Please bear with my code because it's a very big table. I almost got what the checkboxes in TD cells needs to do. Checking/unchecking the header checkboxes (all, mon, tue...sun, 0hr, 1hr, 2hr...23hr) ...
1
vote
3answers
778 views

Select interval of time series object by date and time

My question is about how to manage the dates and times in an air quality database, which saved data every ten minutes all day, every day from 2002 through 2008. I want to generate several analysis ...
0
votes
2answers
91 views

Mysql parse dates in this format: 2012-03-27T03:03:00?

I have a table which stores times as a simple varchar, in a format that looks like "2012-03-27T03:03:00". I'd like to use mysql's date functions with this data. Some functions work fine, i.e. ...
1
vote
1answer
1k views

Grouping records hour by hour or day by day and filling gaps with zero or null

I have written a query that counts records hour by hour: select TO_CHAR(copied_timestamp, 'YYYY-MM-DD HH24'),count(*) from req group by TO_CHAR(copied_timestamp, 'YYYY-MM-DD HH24'); the result is: ...
0
votes
1answer
1k views

Changing the 1-24 hour to 1-12 hour for the “getHours()” Method

When I use the "getHour()" method in javascript, it displays the military time format. I need it to display the hour in numbers between 1-12 instead. Can anybody tell me how to do this? Here is the ...
-2
votes
1answer
116 views

Compare DateTime getting hours

I created a counter hours using two DataTimePickers (t1 and t2) where if(t1<t2) hour = t2-t1 else hour = t2 - (-t1) just got the results: t1 t2 hour ...
0
votes
1answer
1k views

SQL - Rounding off numbers [duplicate]

Possible Duplicate: Accuracy in rounding numbers I have the following requirement- Get the A_MINUTES column value from TableA for all rows Sum the A_MINUTES. Convert the summed minutes ...
0
votes
2answers
168 views

How to call receiver one a hour?

Is it possible to call receiver only on start of every new hour? I have running service and I need to call receiver only when the time changes from for example: five o'clock to six o'clock, etc.? Is ...
1
vote
2answers
556 views

Comparing hours in java

First of all forgive my English :-( I have a problem with hours on java. Let's see it by an example: DateFormat datos = new SimpleDateFormat ("hh:mm:ss"); Date ac, lim; String ...
0
votes
1answer
88 views

Based on Hours,how can i change the color of a date of calender in java?

Am Beginner to java.I have a small doubt while i am developing an application in android.Created a table for employee details with the table name empdet.In that table,the hours field must entered by ...
0
votes
0answers
623 views

Flex 4.6 Datespinner hour spinnerlist width

I'm using flex version 4.6 to develop an android app. The datespinner seems have some issue as the hour spinnerlist doesn't show the double digit (10, 11, 12). I tried to set width to the datespinner, ...
0
votes
4answers
76 views

How can I segregate properties of DateTime?

I would like to write: if the result of the difference of 2 DateTimes is longer than 3 hours then.... stuff in the if statement happens. But I only need properties in seconds or minutes, can I extract ...
1
vote
4answers
285 views

How to calculate two hours from two times?

I have two times like 10:00 am and 7:00 pm. And from this I want to get the total hours. As from that time I have to get the 9 hours. How will I do this? I have explode it with the : but it then ...
3
votes
2answers
1k views

Calculate number of weeks , days and hours from milliseconds

There were many similar questions around but none addressed this calculation. Using javascript i it is easy to find the number of milliseconds diff b/w 2 dates for ex: var mil = Math.floor(new ...
0
votes
2answers
142 views

Add hours which are in G:i format php

I currently have a list of time diffs in G:i format. I would like to add them all up but when i try to it resets at 24 back to 0. How can i get a result like: 54:45 for example? Thanks in advance. ...
0
votes
2answers
136 views

How to decide if an string is in hh:mm format in python?

I'd like to know if there is a function which returns True if a string is in "hh:mm" hour format? I can write my own function, but it would be good if there is a standard function. Best Regards
1
vote
2answers
157 views

Runtime limit timer in C

I want to set a runtime limit (in hours) to my algorithm in C, so that when it reaches the limit, the algorithm stops (for example, at 12 hours). Does anyone have any suggestions how to do this?

1 2