DateTime objects in many programming languages describe an instant in time, expressed as a date and time of day.

learn more… | top users | synonyms (1)

0
votes
2answers
38 views

Sort by Integer vs. by DateTime

I'm speaking from the .NET point of view but this could extend to other languages or frameworks that use similar logic. Is it correct to assume that when sorting objects by a DateTime property, the ...
1
vote
3answers
64 views

C# Routine firing on time

I has a numericUpDown called nud. nud=0.5, min 0.5, max 6 and increment 0.5. This nud is the time interval that my routine to be executed. If nud==0.5, my routine to run every 30 minutes; if nud==1, ...
0
votes
2answers
57 views

To know date and time settings in device from an iPhone application

I want to know whether the user has set their device to automatically set the date and time in the Settings.app in iPhone. I need this information because I want to make user to access some ...
0
votes
1answer
59 views

C# - SSIS : script issue converting a string into a date [duplicate]

I'm using SSIS to create a package which will store data which are in my excel file in a table of my database. One of the column is a DateTime type column. In my script, I'm doing this : ...
3
votes
3answers
100 views

Current date and time as string

I wrote a function to get a current date and time in format: DD-MM-YYYY HH:MM:SS. It works but let's say, its pretty ugly. How can I do exactly the same thing but simpler? string ...
0
votes
1answer
49 views

SSIS - Script Issue creating a DateTime

I'm using SSIS to upload data from a CSV file to a table from my database. I try to get 2 strings (one is for the date, the other is for the time) and concat them like this : string datsDateTime = ...
1
vote
2answers
63 views

Check date range vs. some other date ranges for missing days

Here is what I want to do: I got a date range from e.g. 03.04.2013 to 23.04.2013 - that's my main range. Now I have the possibility to create some own time ranges (e.g. 04.04.2013 to 09.04.2013 and ...
1
vote
2answers
77 views

How to split minutes into days, hours and minutes in tsql

I have a column which consist of minutes. Is there any simple way to split minutes column into one column which shows days, hours, minutes only? DURATION ----------- 67 ==> ...
2
votes
0answers
84 views

Cannot convert string to DateTime within a LINQ expression [closed]

I am using a LINQ to XML expression to deserialize some XML data into a list of objects. My object is simply a collection fields: public class DataObject { private string Name { get; set; } private ...
1
vote
2answers
87 views

Globally convert UTC DateTimes to user specified local DateTimes

I am storing all the DateTime fields as UTC time. When a user requests a web page, I would like to take his preferred local timezone (and not the local timezone of the server machine) and ...
0
votes
1answer
31 views

Grabbing selection between specific dates in a DataFrame

so I have a large pandas DataFrame that contains about two months of information with a line of info per second. Way too much information to deal with at once, so I want to grab specific timeframes. ...
1
vote
1answer
41 views

Nullable datetime to datetime converter automapper

I have a situation where my DTOs require DateTime properties but my POCOs use nullable datetimes. To avoid having to create ForMember mappings for every property with this condition I created an ...
0
votes
2answers
63 views

Date time parse in java

I have a trouble with parsing date time in java, I have a strange date time format. How can I parse 2013-04-03T17:04:39.9430000+03:00 date time in java to format dd.MM.yyyy HH:mm in java?
0
votes
1answer
38 views

entity framework grouping by datetime

Every 5 minutes a row in a sql server table is added. The fields are: DateTime timeMark,Int total. Using entity framework I want to populate a new list covering a whole week of five minute values ...
0
votes
1answer
46 views

MySQL comparing date from unix timestamp

So i have a session table which in essence has the following cols: session_id | user_agent | last_activity (in unix timestamp) When i tried to display the session_id and last_activity from a session ...
0
votes
1answer
48 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 ...
2
votes
1answer
31 views

Validation error when selecting date greater than 12

In my mvc4 application if i select date greater than 12,am getting error "Date is not valid". It works good for date less than 12..The format obtained while selecting date in datepicker is ...
0
votes
0answers
47 views

Seconds past J2000

I would like to convert a UTC date time to seconds past J2000 epoch. Which is January 1, 2000 at 12:00 TT. The prefix "J" indicates that it is a Julian epoch. Probably makes sense to use time ...
0
votes
1answer
25 views

Queryset filter/excludes for dates

I have an event + dates type table design. Class Event ... Class EventDate ... date = models.DateField() event = model.ForeignKey(Event) class Meta: unique_together = ('date', ...
2
votes
3answers
56 views

Getting minutes from two DateTimes on different dates

I am comparing two DateTimes to see if there is 10 or fewer minutes between them. If I do DateTimeA - DateTimeB, and A is on 4/1/13 and B is on 4/3/13 I won't get the desired results. I am only ...
0
votes
2answers
56 views

Ruby: How to extract an hour (or day) from a date-time string

I'm pulling date-time strings from a large CSV file, which look like this: "11/19/2008 21:56" I'd like to extract the hour only, so I can build a histogram of all the hours to find the most ...
1
vote
1answer
124 views

Strange .NET DateTime issue (Month is 00??)

As you can see below, I encounter a strange behaviour. I am trying to instantiate a DateTime with a year, a month and a day (easy!). But in debug mode, Date displays 00 for the month, while Month ...
2
votes
1answer
61 views

Python numpy loadtxt fails with date time

I am trying to use numpy loadtxt to load a csv file into an array. But it seem i can't get the date time correctly loaded. Below demonstrates what is happening. Did I do something wrong? ...
0
votes
2answers
43 views

how to get hosted server(LAN) datetime in javascript

I have a web application, where users need to get the week number in a text box. Since the users/client machines are in different time zone, they are getting the week number based on their machine ...
1
vote
1answer
41 views

TimeZoneInfo.ConvertTimeToUtc issue

We had an issue where one developer creates the below code and it works on his DEV environment. But when it's checked into QA, the code breaks with the below error message: myRecord.UTCStartTime = ...
2
votes
2answers
39 views

Validating Year with DateTime::createFromFormat

I have this block of code for validating a correctly formatted date prior to submission to a DB insert using DateTime::createFromFormat(). I'm expecting the date format to convert 'DD/MM/YYYY' to ...
1
vote
6answers
57 views

Postgresql - get closest datetime row relative to given datetime value

I have a postgres table with a unique datetime field. I would like to use/create a function that takes as argument a datetime value and returns the row id having the closest datetime relative (but not ...
1
vote
0answers
56 views

Date change when converting from XMLGregorianCalendar to Calendar

When testing out a program that maps dates from specific types, and noticed that sending any date before the Gregorian calendar start time resulted in a loss of accuracy when casting to the final ...
1
vote
1answer
91 views

asp.net mvc datetime dynamic validation by clients date format

I have a Custom Attribute for DateTime validation with given dateformat and also javascript validator which are provide me both client side and server side validation. But now I should change my ...
1
vote
3answers
118 views

Dates without time in ASP.NET Web API's JSON output

Is there a simple way to configure JSON.NET so that some DateTime fields will be formatted without time? Example: { firstName: 'John', lastName : 'Doe', birthday: '1965-09-23' }
0
votes
2answers
38 views

converting dates and times with list comprehension

I have a whole bunch of data and there are two lists consisting of dates and times that look as such: dates: year-month-day times: hour:minute:second so I take them appart and put each into a ...
2
votes
1answer
65 views

PHP/SQL Date Created vs Date Modified

I am working on a function that compares the date created and date modified of images and return the status of each case with PHP + MySQL. However, I realized that the data i'm trying to compare both ...
1
vote
3answers
59 views

String To DateTime Exception

I have this String : 05/09/2013 23:23 And i want to convert it to DateTime with this: DateTime alarmDateTime = new DateTime(); alarmDateTime = DateTime.ParseExact(date, "MM/dd/YYYY HH:mm", null); ...
0
votes
2answers
42 views

PHP date to timestamp conversion not working as expected

I have following function which should just add number of weeks to the start date and return the end date, however i get wrong end date for values greater than 20 , for example the start ...
1
vote
3answers
54 views

Calculating difference in seconds between two dates not working above a day

I have a function that accepts a date and returns the difference in time between then and the current time (in seconds). It works fine for everything less than a day. But when I even enter a date ...
1
vote
2answers
37 views

Oracle select dates based on year returning inconsistent results

I'm getting a peculiar problem with an Oracle view I've modified. The idea is I have a base table that stores all election candidates and also has an election date column, telling us what election ...
-7
votes
0answers
28 views

Custom Time to input into mysql field [closed]

There is one major problem I am having. Let me describe it. I have two input forms: Hour Time Phps Job: Convert the two input forms to a datetime format ready for mysql insertion If there is anymore ...
0
votes
1answer
25 views

Python ImportError for strptime in spyder for windows 7

I can't for the life of me figure out what is causing this very odd error. I am running a script in python 2.7 in the spyder IDE for windows 7. It uses datetime.datetime.strptime at one point. I can ...
1
vote
2answers
45 views

Rails - duration of time in days, months and years

Is there a Rails helper or other Ruby method for taking a DateTime object and translating into something like? "13 days" (if under a month) "3 months" (if under a year) "1 year, 3 months" I'm ...
0
votes
0answers
187 views

Kendo UI Grid Filter date field from form

I have this grid $("#grid").kendoGrid({ dataSource: { serverSorting: true, serverPaging: true, serverFiltering: true, schema: { data: "d.Data", ...
1
vote
1answer
37 views

QDate - Searching between two dates

I'm looking to preform a date search with QT's QDate type. I currently have a QDate with a specified time, and two QDate's to provide a range to search in. If the item is within the range it should ...
-2
votes
1answer
46 views

Modifying a datetime object [duplicate]

I have a Datetime object that stores the date and time selected. The time defaulted to 12 AM and it is unchangeable unless you do it through code. I have another variable that actually stores the ...
1
vote
0answers
50 views

How can I convert timezone of one City to another?

I want to convert timezone of one city to another, using Joda DateTime, the process is straight forward, but I have a problem. I am referring to Joda Database and I am unable to locate specific ...
2
votes
2answers
41 views

R - converting date and time fields to POSIXct with HHMMSS format

I have a data file which has three columns thus: 20010101 000000 0.833 20010101 000500 0.814 20010101 001000 0.794 20010101 001500 0.772 ... As is fairly clear to human eyes, the first two are ...
0
votes
0answers
36 views

How to get dates of more than 1 weekday on some date interval on weekly basis

I have two LocalDates that represent some time interval. Now i have to get LocalDates of more than one weekday on a weekly basis for given date range. Date ranges are in months Whats the easiest and ...
0
votes
1answer
41 views

Convertion from unix time to Calendar - there is a one hour inconsistency

I have written this method to convert unix time to a calendar object: /** * Converts Unix time to Calendar instance. */ public static Calendar unixToCalendar(long unixTime){ Calendar ...
0
votes
3answers
45 views

DateTime cannot resolve ToShortTimeString()

I have a Windows phone app where I have been using the ToShortTimeString method on some DateTime attributes. I am now using this code in a Windows 8 store app and getting errors as ToShortTimeString ...
2
votes
3answers
84 views

How to get a datetime from parts in SQL Server 2008 R2?

I have a table in a Microsft SQL Server 2008 R2, which came from an outside source. The columns of the are as follows: ID, Year, DAY, HOUR & Value, where DAY contains the day of the year (from 1 ...
0
votes
1answer
45 views

Convert Sql Query to nhibernate query having DateAdd function

I have written a SQL query using DateAdd function, it need to convert to nhibernate query select * from Compliance where (PauseDate is not null and BreachDate > PauseDate and BreachDate < ...
3
votes
3answers
57 views

DateTime.ToString() to output the same DateTime string as Xml serialization?

Is there a standard DateTime format for use in c# that can be used with the .ToString Method that will give the same format that is produced when you serialize a DateTime to Xml ? e.g. ...

1 3 4 5 6 7 250