The seconds tag has no wiki summary.
2
votes
1answer
45 views
Android: Incorrect Date when Converting from Seconds
I'm parsing some date data from an XML string into a hierarchy of model objects. The dates are in a 10-digit seconds format. I use the method below to convert those seconds into Date objects
public ...
-7
votes
1answer
65 views
Time in milliseconds calculation
I have two string variables for timer i.e.
String StartTimer1 = "00:00:00";
String EndTimer2 = "23:59:59";
Now , I need to calculate the time left from the present time (lets say if it is 05: ...
0
votes
1answer
54 views
Visual C++ how to convert Datetime to number of seconds since 1970
I am trying to convert Datetime:
http://msdn.microsoft.com/en-us/library/03ybds8y
to the number of seconds since 1970 using Visual C++.
I searched many solutions but could not make any of them ...
0
votes
2answers
58 views
Mediaplayer should play only last seconds of an Audiofile
I wanted to implement an function that plays only the last 5 seconds of an Audiofile (wich is longer than 5 seconds).
Does Mediaplayer somehow support that?
I know how to normally play an Audio ...
0
votes
5answers
125 views
How to make Java program exit after a couple of seconds
Is there anyway I can exit a java program after a couple of seconds e.g. 5 seconds.
I know you can quit the java program using:
System.exit(0);
But I'm not sure whether the 0 stands for seconds ...
2
votes
7answers
139 views
How can I setup DateTime hour,minute and second?
private void StartAuction()
{
DateTime closeDate;
closeDate = DateTime.Parse(Console.ReadLine());
}
I am able to set the date,month and year but I want the hours,minutes and seconds to setup ...
0
votes
1answer
104 views
Seconds to Time in XSLT
I'm not asking a question actually. I signed up stackoverflow to give something back to a community that has helped me so many times.
If you are using XSLT 1.0 there are no built-in time ...
0
votes
0answers
77 views
Push another view controller from sub view tableview cell button of segment control
Sorry I am a newbie in XCode. I'm trying to develop an app that have a segment controller in Rootview Controller, and inside the segment controller it has a sub view (HomeView) which have a tableview ...
0
votes
3answers
44 views
calculate date from seconds in php
Calculating future date from seconds.
$var = 5183990; //seconds
$today = '2013-02-16 11:00:00'; //date
like I have 5183990 seconds as a variable $var.
Now I want to know future date/time after ...
1
vote
4answers
200 views
PHP Convert seconds into MM:DD:HH:MM:SS
I would like some help converting seconds into a MM:DD:HH:MM:SS format.
I have this code here:
<?php
// Convert seconds into months, days, hours, minutes, and seconds.
function ...
-2
votes
2answers
91 views
Convert seconds to W,D,H,M format in JAVA
I have time in seconds i want to convert it into a format like 6w 3d 9h 5m . Can someone please provide a method which can do this task. Thanks :)
w=weeks
d=days
h=hours
m=minutes
I have tried the ...
0
votes
3answers
845 views
Timer Interval 1000 != 1 second?
I have a label which should show the seconds of my timer (or in other word I have a variable to which is added 1 every interval of the timer). The interval of my timer is set to 1000, so the label ...
1
vote
2answers
49 views
php the most correct way to convert i:s minutes and seconds to seconds
date('i:s',600) will display ten minutes: 10:00. Nice and perfect. I don't care about hours.
I need the reverse function that gets 600 from the string '10:00'?
So, I'm looking for the reverse ...
1
vote
1answer
204 views
Convert DateInterval object to seconds in php
$datetime1 = date_create('2009-10-11');
$datetime2 = date_create('2009-10-13');
$interval = date_diff($datetime1, $datetime2);
How do i convert the above $interval to seconds in php
-2
votes
2answers
33 views
now.getMilliseconds();
Here is a set of code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns="www.w3.org/1999/xhtml" xml:lang="en">
<title>Lots of Time</title>
...
0
votes
1answer
134 views
JavaScript/Ajax: If XMLHttpRequest() fails after x seconds, proceed
[It is important to note: I did my research before hand and I saw similar questions were asked, but yet nothing was suitable for my need.]
I am using the following JavaScript/Ajax code to refresh my ...
0
votes
0answers
15 views
Android, Timing control, slow things down
I am trying to make my character move or animate on the screen. The problem is that it draws the view at processor time and it is very fast. I want to be able to control the time to slow things down ...
0
votes
2answers
238 views
Holding an action in VHDL
I want to create a project with Quartus II and its function is to enable three different leds deppending on a code. When you are entering the code, the first led will be ON. Depending on the code ...
-2
votes
1answer
57 views
How to include Thread in while loop? [closed]
I need to make the object change modes (movements) depending on the seconds elapsed. I created a while loop with while(object alive) ...
The thing is it loops way faster than seconds and goes into ...
0
votes
4answers
190 views
How would I make my javascript timeout for only 3 seconds?
If 4e3 is equal to 4 seconds. What would I use for 3 Secs? or 2 Secs?
<SCRIPT LANGUAGE="javascript">
$( function() {
setTimeout(function() {
$('#loadingque').trigger('click');
}, ...
1
vote
2answers
612 views
T-SQL Format seconds as HH:MM:SS time
Is there any tricky way to format seconds like hours:minutes:seconds. For example,
3660
seconds will be displayed as
01h 01m 00s
or
01:01:00
I am aware of the standard way of doing ...
0
votes
1answer
70 views
Add Dots every Second
I'm new to processing, but I'm basically trying to get this effect:
Waiting.
(1 second later)
Waiting..
(1 second later)
Waiting...
(1 second later)
Waiting....
(Then reset)
Waiting.
As a ...
0
votes
1answer
62 views
Javascript Day Increment in Seconds rolls over at 5:00PM
I am trying to keep track of the days since the birth of my program in epoch days. So, I I give my program:
epochProgram = 15622 // epoch day number that this program was born.
I then get the ...
2
votes
4answers
482 views
How to add one second to a time string with javascript/jquery
I am trying to create a timer with Javascript but I don't know how to add one second to a time string.
Time string: 03:31:15
function updateWorked() {
var time = $("#worked").html();
...
0
votes
0answers
99 views
Win7 - Add second to create task in Task Scheduler
According to Microsoft's documentation should be able to add the start time (/ST) of the task in the format HH:MM:SS - http://support.microsoft.com/kb/814596/en-us?fr=1
I execute this command and ...
0
votes
1answer
84 views
Javascript Date getSeconds returns 0 [closed]
The following:
var a = new Date(2012,1,1);
alert(a);
alert(a.getSeconds());
a = new Date(a.getTime() + (180 * 1000)); // adds 3 seconds.
alert(a);
alert(a.getSeconds());​
Resultsin :
Wed Feb ...
0
votes
3answers
471 views
Writing a file in Java every 5 seconds with TimerTask
I am trying to append some strings to a file every 5 seconds but I am having some problems.
My Java code is:
File file = new File("MyFile.txt");
FileWriter outFile = new FileWriter(file);
final ...
0
votes
1answer
178 views
Why is it skipping seconds?? CountDown timer
If I have my counter up over 30 seconds, it often skips a second here and there. I have it counting down, with the display showing. But it chooses to skip random numbers. The numbers it skips are the ...
0
votes
1answer
196 views
ruby on rails time_ago_in_words doesn't display seconds ago
Here is my en.yml locale
en:
datetime:
distance_in_words:
less_than_x_seconds:
one: "1 sec"
other: "%{count} secs"
x_seconds:
one: "1 sec"
other: ...
0
votes
1answer
66 views
How many seconds should I set for timeout when my iOS app is querying a server for messages?
Currently I have a timeout of 90 seconds. If I encounter an error where a user hits refresh and it cannot find a connection, it will keep checking for 90 seconds displaying a "Refreshing" label on the ...
-1
votes
5answers
2k views
Datetime.now as TimeSpan value?
I need the current Datetime minus myDate1 in seconds.
DateTime myDate1 = new DateTime(1970, 1, 9, 0, 0, 00);
DateTime myDate2 = DateTime.Now;
TimeSpan myDateResult = new TimeSpan();
myDateResult = ...
1
vote
1answer
218 views
Python - Add seconds to time object
I have a time object which looks like this:
time.struct_time(tm_year=2012, tm_mon=8, tm_mday=11, tm_hour=18, tm_min=48, tm_sec=23, tm_wday=5, tm_yday=224, tm_isdst=0)
I was wondering if there was ...
0
votes
2answers
36 views
Php microseconds in relative templates
I have a date time object which I would like to modify the microseconds. I'm using the following code.
$datesArray[$alreadyDoneIndices+$countIndices]->modify("+$microsecondIncrementAmount ...
0
votes
0answers
50 views
Break down NSTimeInterval
I'm currently writing an app to catalog and sort ski racers. I was wondering how would I break an NSTimeInterval up into minutes, seconds, decaSeconds. For example: 16:21:6 (16 minutes, 21.1 seconds)
-3
votes
3answers
372 views
In JavaScript how to get second of current day? [closed]
So the question is described in title. I need to get current second of the day using JavaScript.
2
votes
1answer
3k views
Converting MM:SS.ms to seconds using MS excel
I am looking for a neat way of converting a cell from
Minutes:Seconds.Milliseconds to
Seconds.Milliseconds
i.e.
11.111 = 11.111
1:11.111 = 71.111
I have something in place at the moment but ...
0
votes
1answer
290 views
How to convert datetime to timestamp Python
I need to get how many seconds have passed since an element created which is stored as a datetime element in datastore (Google App Engine). I am using a datetime variable. But I could not convert the ...
0
votes
1answer
996 views
Displaying seconds in 3 decimal places. - java
I am using milliseconds in my java program and converting it to seconds. After my method does this, it returns seconds in a long format.
System.out.println("[" + threadID + "]" + " " + "SeqSum res=" ...
0
votes
0answers
77 views
It is possible to get REAL 1 millisecond accuracy in J2ME?
After searching for a while for a couple of days, I suppose there is no way to achieve REAL 1 millisecond accuracy (or about 1000 microseconds) in J2ME, since System.nanoTime(); is not available in ...
3
votes
2answers
2k views
Convert decimal number to minutes and seconds using VBA
I have time represented by a decimal number that I need to convert to minutes and seconds in Excel using VBA.
Example:
The number before the decimal point gives the minutes as 0.197683577 (0 ...
0
votes
1answer
262 views
time code with hundredths?
Been creating a time code format from decimal seconds but now need to get hundredths into the format.
so for 1.5 secs i need to get 00:00:01:050 but i need some help as not getting anywhere!
Any ...
2
votes
1answer
438 views
How to refresh widget every second?
Look at code below I need to update this onUpdate method every second, could anybody give some good example, please? Mainly I need to update codes from CurFreq(context); to ...
3
votes
1answer
438 views
Comparing record to previous record in postgresql
I have a table in PostgresSql DB like this:
Client | Rate | StartDate|EndDate
A | 1000 | 2005-1-1 |2005-12-31
A | 2000 | 2006-1-1 |2006-12-31
A | 3000 | 2007-1-1 |2007-12-31
...
1
vote
2answers
156 views
Why does adding a day to a time change the fractional part of seconds?
pry(main)> time = Time.now
=> 2012-01-20 00:10:44 +0000
pry(main)> (time + 4.days).to_f
=> 1327363844.9709609
pry(main)> time.to_f
=> 1327018244.970961
2
votes
6answers
20k views
jQuery: Wait/Delay 1 second without executing code
I can't get the .delay method working in jQuery:
$.delay(3000); // not working
$(queue).delay(3000); // not working
I'm using a while loop to wait until an uncontrolled changing value is greater ...
2
votes
1answer
194 views
timestamp too big to be saved in a int variable
I'm working on my own calendar application, and I'm currently facing the problem that, as soon as I enter a time later than ca. 2040 the number (seconds) gets too big and can't be saved in a variable ...
-1
votes
2answers
1k views
AS3 How to add seconds to (game) timer after hittest?
I have a timer and a dynamic textfield wich displays the time.
Everytime my movieclip hits an enemy I want the timer to add 4 sec. to the current count.
I would like to know why this isn't working:
...
2
votes
1answer
171 views
Creating and displaying game objects every 3 seconds on the screen
I am having trouble in creating and displaying multiple game objects on the screen for every 3 seconds. there is no problem when there's only one object but if I want to create multiple, the problem ...
4
votes
1answer
5k views
Regex pattern for HH:MM:SS time string
I want to parse a hh:mm:ss string.
A simple one is ([0-1]?\d|2[0-3]):([0-5]?\d):([0-5]?\d) which expects 2:3:24 or 02:03:24 string.
I want to take it a step further and pass the validation even in ...
5
votes
3answers
7k views
Java getHours(), getMinutes() and getSeconds()
As I know getHours(), getMinutes() and getSeconds() are all deprecated in Java and they are replaced with Calendar.HOUR_OF_DAY, Calendar.MINUTE, Calendar.SECOND.
These will in fact return the hour, ...

