Top "Time" questions

convert String to DateTime

I need to parse following String into a DateTime Object: 30/Nov/2009:16:29:30 +0100 Is there an easy way to do this? PS: …

ruby date time parsing
What's a Good Javascript Time Picker?

What's a good time picker for jquery or standalone js? I would like something like google uses in their calendar …

javascript jquery time input
Displaying the build date

I currently have an app displaying the build number in its title window. That's well and good except it means …

c# date time compilation
System.currentTimeMillis() vs. new Date() vs. Calendar.getInstance().getTime()

In Java, what are the performance and resource implications of using System.currentTimeMillis() vs. new Date() vs. Calendar.getInstance().getTime() …

java performance date time calendar
Algorithm to detect overlapping periods

I've to detect if two time periods are overlapping. Every period has a start date and an end date. I …

c# .net algorithm datetime time
Timing a command's execution in PowerShell

Is there a simple way to time the execution of a command in PowerShell, like the 'time' command in Linux? …

powershell time performance-testing
In Python, how to display current time in readable format

How can I display the current time as: 12:18PM EST on Oct 18, 2010 in Python. Thanks.

python datetime time
Creating java date object from year,month,day

int day = Integer.parseInt(request.getParameter("day")); // 25 int month = Integer.parseInt(request.getParameter("month")); // 12 int year = Integer.parseInt(request.getParameter("…

java date time calendar
Getting a timestamp for today at midnight?

How would I go about getting a timestamp in php for today at midnight. Say it's monday 5PM and I …

php time timestamp
How to convert minutes to hours/minutes and add various time values together using jQuery?

There are a couple parts to this question. I am not opposed to using a jQuery plugin if anyone knows …

javascript jquery time