Tagged Questions

1
vote
6answers
61 views

How do I format an amount of milliseconds into minutes:seconds:milliseconds in PHP?

I have a total ammount of milliseconds (ie 70370) and I want to display it as minutes:seconds:milliseconds ie 00:00:0000. How can I do this in PHP?
1
vote
3answers
33 views

Basic excel date and time problem

Hi everyone, Have a list of dates in excel in the format (this comes originally from csv): 23/11/09 07:27:02 23/11/09 08:01:50 23/11/09 08:38:58 23/11/09 09:40:01 What I want to do is count the …
0
votes
2answers
39 views

SQL to create table with weeks in period - having breaks at month’s end (Oracle)

Hello, I need to create a table with the following structure: calendar week; week start date; week end date which contains all weeks beginning in 2007 until the current week. The special thing …
0
votes
3answers
36 views

Displaying date/time in user’s timezone - on client side

I have a web application that displays datetime stamps on every page, for example: December 12, 2009 6:00 pm I would like to dynamically detect the user's timezone and alter the display using …
2
votes
2answers
76 views

Convert Time to decimal in C#

what i need to do, is have two defined strings that is inputted by the user, string in = "9:35"; //am string out = "11:55"; //am and i need to subtract them, so that would get the total hours that …
8
votes
5answers
190 views

English to Time

Does anyone know of a good class / library to convert English representations of time into timestamps? The goal is to convert natural language phrases such as "ten years from now" and "three weeks" …
1
vote
4answers
54 views

Python time comparison

How do I compare times in python? I see that date comparisons can be done and there's also "timedelta", but I'm struggling to find out how to check if the current time (from datetime.now()) is …
0
votes
2answers
39 views

Generating statistics from Git repository

I'm looking for some good tools/scripts that allow me to generate a few statistics from a git repository. I've seen this feature on some code hosting sites, and they contained information like... …
1
vote
3answers
43 views

HLSL DirectX9: Is there a getTime() function or similar?

Hi all. I'm currently working on a project using C++ and DirectX9 and I'm looking into creating a light source which varies in colour as time goes on. I know C++ has a timeGetTime() function, but …
1
vote
1answer
55 views

Why is my time() off by one hour in php?

I am adding the current date and time to my database using the following code: $current_date_time = time(); echo date('n/j/y g:ia',$current_date_time); It shows up as 11/29/09 12:38am when it …
0
votes
1answer
52 views

WPF add a clock to my GUI

Simple Request - I want to be able to display the current time within my WPF application window. Are there free controls out there for this? Just need to display the time, nothing else.
0
votes
1answer
54 views

File modification time (seconds) on Unix

Hi there, On Unix, is there a command to display a file's modification time, precise to the second? On Linux this is easily done with a "stat -c %y", which returns something like 2009-11-27 …
1
vote
3answers
76 views

Get Diffrence Between Two Times (Unix Epoc)

You know when it's late in the night and your brain is fried? I'm having one of those nights right now, and my function so far is not working as it should, so please take a look at it: (I should note …
1
vote
2answers
48 views

time_ago_in_words and localize

Is it possible to use time_ago_in_words with i18n.locale? how? thanks
0
votes
6answers
49 views

PHP Max Execution Time: Incorrect Reporting?

Hello all, Is there any reason for a PHP script to return a fatal error of: Fatal error: Maximum execution time of 60 seconds exceeded in H:\xampplite\htdocs\mlm\tera.php on line 1 When my PHP …

1 2 3 4 5 37 next
15 30 50 per page