Tagged Questions

0
votes
2answers
23 views

How to store timezone in SQL Server 2005

I am building a web application where users can enter events, including event title start date/time description The users would like to enter the start date/time including a timezone that …
2
votes
3answers
21 views

References for implementing calendar functionality in an embedded system?

I have an embedded system that currently keeps track of seconds until an event is supposed to occur using a real-time clock driven by a watch crystal. Now it needs to keep track of the actual date …
0
votes
0answers
36 views

How to print “fuzzt” time/date delta in python? [closed]

Possible Duplicate: Natural/Relative days in Python Does anyone know where to find a python module that can print a time tuple in format "5 seconds ago", "2 hours ago", "Yesterday", "3 weeks …
0
votes
2answers
37 views

Help with SQL to get Hits per day for today and 1 month prior…

I have this SQL now: CREATE PROCEDURE dbo.sel_Track_HitsLast30Days( @projectID int ) AS BEGIN DECLARE @FirstDay smalldatetime, @NumberOfMonths int, @priorMonth smalldatetime set @priorMonth = …
0
votes
2answers
47 views

Parsing dates from free-text input in Python

I'm about to start working on a simple calendar app for a website I'm working on (using Django, but that fact's probably not relevant). I'd like users to be able to enter when an event is in a text …
3
votes
8answers
115 views

Convert month name to month number in C# [closed]

Possible Duplicate: How to parse a month name (string) to an integer for comparison in C#? How can I convert month name to month number. Eg: December should give 12 and so on.
0
votes
3answers
58 views

How can I format DateTime to web UTC format?

Hi, I have a DateTime which I want to format to "2009-09-01T00:00:00.000Z", but the following code gives me "2009-09-01T00:00:00.000+01:00" (both lines): Console.Out.WriteLine(new DateTime(2009, 9, …
0
votes
5answers
58 views

Test a file date with bash

Dear all, I am trying to test how old ago a file was created (in secondes) with bash in a "if" statement. I need creation date, not modification. Do you have any idea how to do this, without using a …
1
vote
3answers
50 views

Timing in JavaScript

I am speed testing some JavaScript programs by creating a Date object, and using it to get the time in milliseconds before and after the real work of the function. I made the body a simple adding for …
1
vote
2answers
44 views

SQL Server: How to order by date, if the date is < GetDate()

Hi, Here's an interesting one... hope I can explain it well... I have a collection of competitions in a single table in my SQL Server DB. I'm doing a full text search over them, which works fine. …
1
vote
3answers
31 views

datetime vs smalldatetime

If I don't care about less than seconds, what should be the recommended type to store my datetime values in sql-server 2005, is it datetime or smalldatetime or else?
5
votes
2answers
119 views

Quickly getting to YYYY-mm-dd HH:MM:SS in Perl

When writing Perl scripts I frequently find the need to obtain the current time represented as a string formatted as YYYY-mm-dd HH:MM:SS (say 2009-11-29 14:28:29). In doing this I find myself taking …
1
vote
1answer
27 views

test if keyboard inputed string has valid date and format

I am having problems trying to write the correct code to test whether a string from the keyboard contains a valid date with the correct amount of months, days for each particular month and format …
2
votes
2answers
44 views

What is the range for the DATE type in Core Data?

I'm putting together an application that will require the recording of dates as far back as the BC range; can Core Data's date type handle this, or do I need to define another entity to properly …
0
votes
4answers
87 views

Datetime nightmare, any thorough module or control in C# to help ease the pain?

once again I have to create a date module, and once again i live the horror of perfecting it, is it me or are date and time the filthiest animals in programming profession, its the beast lurking …

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