Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

22
votes
6answers
46k views

Custom date format with jQuery validation plugin

How can I specify a custom date formate to be validated with the Validation Plugin for jQuery? thanks!
20
votes
2answers
307 views

.NET Date to string gives invalid strings in Vista Pseudo-cultures

My computer is configured with a culture that is not en-US. When using the native Win32 GetDateFormat function, i get correctly formatted dates: 22//11//2011 4::42::53 P̰̃M] This is correct; ...
8
votes
7answers
806 views

Get just the hour of day from DateTime using either 12 or 24 hour format as defined by the current culture

.Net has the built in ToShortTimeString() function for DateTime that uses the CultureInfo.CurrentCulture.DateTimeFormat.ShortTimePattern format. It returns something like this for en-US: "5:00 pm". ...
6
votes
7answers
2k views

how to achieve timespan to string conversion?

I tried searching here, but it couldn't help me much .. I want to convert time_span to string, I don't want to return the timespan in days .. but only HH:mm:ss. How to achieve that? My sample code ...
6
votes
6answers
733 views

.NET: Why is TryParseExact failing on Hmm and Hmmss?

I'm trying out the DateTime.TryParseExact method, and I have come over a case that I just don't get. I have some formats and some subjects to parse that each should match one of the formats perfectly: ...
6
votes
4answers
2k views

How to check if string is a valid DateTime Format string in Delphi

I want user to be able to manually enter format of the datetime fields in the program. I have Tedit component. For example if user enters 'HH:nn', then this is a valid datetime format string and all ...
6
votes
5answers
3k views

C# DateTime ToString(“MM-dd-yyyy”) returns funny day values

I have the following code in the codebehind file of an ASP.Net page txtStartDate.Text = DateTime.Today.ToString("MM-dd-yyyy"); Which I expect to return "09-11-2009". However, when I run the page on ...
5
votes
1answer
107 views

Help interpreting/converting odd date format

I have data pulled from a database and stored in Stata .dta files. But when I read it into R using the foreign package, I get a date format unlike any I've seen. All of the other dates are "%m/%d/%Y" ...
5
votes
1answer
245 views

Converting to and from datetime adds an hour?

I am writing a fairly large webapp in asp.net / c# with mssql 2008 r2 serving the database. The program needs to convert date/time strings (in ISO date format) to DateTime where they are used and ...
4
votes
5answers
56 views

Convert string to date format in android

I'm trying to convert string to date format.I trying lot of ways to do that.But not successful. my string is "Jan 17, 2012". I want to convert this as " 2011-10-17". Could someone please tell me the ...
4
votes
2answers
88 views

`datetime.strftime` and `datetime.strptime` interprete %Y differently

I use a statement as shown below to create a datetime object from a string: t = datetime.strptime("0023-10-10", "%Y-%m-%d") Later, somewhere in my code uses the t object and invoke the strftime ...
4
votes
1answer
116 views

How can I format/show a date as “Today”, “Yesterday”, “Last Tuesday”, etc. in JavaScript

Given a specific date, does anyone know of existing code, a library, reference etc. in JavaScript for displaying a given date in a manner similar to what Facebook does for post dates? For example: ...
4
votes
8answers
152 views

C#: DateTime convert

I am recieving a date in the format: 18/04/2011 4:57:20 PM The DateTime.Parse() method does not access it. Is there a way to get it to convert 18/04/2011 4:57:20 PM to return a Date object April ...
4
votes
4answers
629 views

C# Time Formatting. Localization to French how do I get the output “5h 45” for 5:45?

I'm attempting to format dates for a French customer. I need to format Times as shown in the following examples... 06:00 -> 6 h 08:45 -> 8 h 45 10:30 -> 10 h 30 15:00 -> 15 h 17:22 -> 17 h ...
4
votes
3answers
4k views

How to convert the integer date format into YYYYMMDD?

Python and Matlab quite often have integer date representations as follows: 733828.0 733829.0 733832.0 733833.0 733834.0 733835.0 733836.0 733839.0 733840.0 733841.0 these numbers correspond to some ...
3
votes
2answers
101 views

.net How to show time in correct format?

I have a VSTO Outlook add-in. This add-in shows winforms window with DateTimePicker contorl, it is used to choose time of day. I want to set time format similar to current Windows time format (like in ...
3
votes
1answer
290 views

MVC3 display date + short time without format string

In MVC you can do [DisplayFormat(DataFormatString = "{0:MM/dd/yyyy h:mm tt}"] This would translate to 10/12/2011 1:30 PM Which is correct for a en-US user But lets say a Swedish user visits ...
3
votes
5answers
284 views

Convert Date from MM/dd/YYYY format to dd/MM/YYYY format

I am facing a small issue which i am not able after trying so many things so here it goes ..... There is a text box in my page in which i am entering date and i want that date in a datetime object. ...
3
votes
2answers
83 views

What is best practise of using DateTime in different cultures

I have asp.net site. On many pages is used datetime to be putted from user and then inserted or updated some db's table with it. My problem is that I have two version of site: local for testing ...
3
votes
2answers
239 views

how to format date time at time of binding in gridview

I have a field of type DateTime which is bound in gridview. Now, i would liketo display only date from this field, and not time. Date Should be in 1/1/0001 this format. I am using DotnetNuke My code ...
3
votes
2answers
365 views

How to change the C++ boost posix_time::ptime's resolution to millisecond?

I'm trying to print a boost::posix_time::ptime in the format of "YYYY-MM-DD hh:mm:ss.fff" where the MM is a 2-digit month and fff a 3-digit millisecond. An example is: 2011-07-14 22:38:40.123. I'm ...
3
votes
2answers
543 views

How to derive custom culture from .NET CultureInfo class?

I want to set my application culture to whatever I want, regardless of what the OS culture is. To obtain this I used CultureInfo class with "fa-IR" as culture, but it used the "GregorianCalendar" as ...
3
votes
4answers
196 views

How to convert time format?

My Windows date format is Month/Date/Year. If I want set StartTime with format "yyyy/MM/dd HH:mm:ss", How can I do that. I try the following code. DateTime StartTime = DateTime.ParseExact("2011/01/04 ...
3
votes
2answers
848 views

Convert facebook date to local time zone

Facebook returns this date 2010-12-16T14:39:30+0000 However, I noticed that it's 5 hours ahead of my local time. It should be: 2010-12-16T09:39:30+0000 How can I convert this to local time in ...
3
votes
3answers
3k views

Remove hours:seconds:miliseconds in DateTime object

I'm trying to create a string from the DateTime object which yields the format mm:dd:yyyy. Conventionally the DateTime object comes as mm:dd:yyyy hrs:min:sec AM/PM. Is there a way to quickly remove ...
3
votes
2answers
91 views

PHP: DATETIME help

I know there's ample information about datetimes on the internet but I'm having trouble using what I've been seeing. I have a calander control hooked up to a text box. It takes it in the form ...
3
votes
1answer
2k views

Why Date Format in ASP NET MVC Differs when used inside Html Helper?

I just came across a very interesting issue. If I use ViewData to pass a DateTime value to the view and then display it inside a textbox, even though I'm using String.Format in the exact same manner, ...
3
votes
3answers
554 views

Win32: How to convert string to a date?

In Windows, i want to parse a string as a date using an exact format string. For example, given the string "6/12/2010" and the format: "M/d/yyyy" i want to convert the string to a date, while ...
3
votes
5answers
723 views

How to suppress time part of a .NET DateTime in display if and only if time part = 00:00:00?

In an ASP.NET page I have this: <asp:Label ID="MyDateTimeLabel" runat="server" Text='<%# Eval("MyDateTime") %>' /> I'd like to have it formatted like ... Eval("MyDateTime", ...
3
votes
5answers
8k views

DateTime.Now.ToShortDateString(); replace month and day

I need to change format of this.TextBox3.Text = DateTime.Now.ToShortDateString(); so it returns (for example) 25.02.2012 I need 02.25.2012 how to realize it ?..
2
votes
1answer
90 views

MySQL - my months are current stored 0-11

I thought I ran into a bug with MySQL 5.1, but the bug was in the perl code that's creating the timestamps. perl's localtime uses 0-11 for months, but MySQL's datetime uses 1-12. So, I've got all ...
2
votes
2answers
69 views

DateTime.TryParseExact() fails because of thread's culture info

I have the following line of code in existing implementation DateTime.TryParseExact( "15/11/2021 00:00:00", "dd/MM/yyyy HH:mm:ss", null, DateTimeStyles.None, out maturityDate); ...
2
votes
2answers
78 views

How to substract and round times

Q: If i have two periods in the following format .ToString("H:m"); and i wanna to firstly subtract the end period from the first period ,then round the result .like the following example: 13:00 ...
2
votes
2answers
46 views

What is the culture neutral dateformat for SQL Server

I have this question since the dawn of my programming career. Is there really a culture neutral format for datetime in sql server so that when ever I'm sending query string from a client side to the ...
2
votes
5answers
105 views

ASP.NET Date Format

I'm having a problem with an application on a specific server. On every environment except the problem environment The server correctly recognizes that all clients are in the UK and parses UK ...
2
votes
2answers
73 views

Why does DisplayFormat with DataFormatString changes “/” (slash) to “-” (dash)?

I'm using the following code // Model [DisplayFormat( ApplyFormatInEditMode = true, DataFormatString = "{0:dd/MM/yyyy}")] public DateTime StartDate { get; set; } // View ...
2
votes
4answers
93 views

How to display a date time in 16 Nov 2011 15:12 format

I have a grid view column in which I give the datefomat as dd MMM yyyy HH:mm and in code behind databound I change the time, the same time in database is not shown in the gridview, because of that ...
2
votes
2answers
102 views

MVC 3 - Validation for “isDateTime” not working

I got 2 DateTime field and i use datepicker for user to choose a date. However, since it is a textbox, user can still enter any value and click the submit button. So, I wish to have validation on the ...
2
votes
3answers
239 views

Parsing non-standard date formats with DateTime.TryParseExact

Hi Im trying to parse date strings like "1012012", "1st January 2012". read the Api It says to use d,%d where the date does not have a leading 0. Cant get it working for dates like "1012012" trying ...
2
votes
6answers
94 views

DateTime format in c# [closed]

Possible Duplicate: Format date in C# I want to display the date in the formatMay 16, 2011. I have used format String.Format("{0:D}" by which i got the output like Monday, May 16, 2011 . ...
2
votes
4answers
220 views

Date conversion from C# to MySql Format

How to convert C# datetime to MySql Datetime format. I am getting value from text box like 7/27/2011 this format. But i want to convert in this format 2011-7-27. So here i am stuking. Please help me. ...
2
votes
4answers
133 views

Problem in Casting String to Date time

I have a string in format Jul 13 2011 1:07PM I want to cast it as dd/MM/yyyy HH:mm tt e.g: 13/7/2011 11:49:00 AM //string=Jul 13 2011 1:07PM I am using following code to cast it to ...
2
votes
1answer
113 views

Another DateTime.ParseExact for UTC datetime string question

Another ParseExact problem. I'm trying to parse a UTC formatted string to a datetime with the format of "YYYY-MM-DDThh:mm:ss.ssZ" which is in UTC format, with the trailing Z. I can't parse exact it ...
2
votes
2answers
246 views

Military date/time to_char meridian indicator option

Running PostgreSQL 7.4(Yep we're upgrading) Field is data type: timestamp with time zone Format is like this: 2011-06-30 19:18:07-04 Converting to this format: to_char(datetime_field, 'MM-DD-YYYY ...
2
votes
1answer
2k views

JQuery Datepicker datetime issue parsing to @Html.EditorFor MVC3

I've read a lot of issues about setting the correct datetime but can't get it right. My MVC3 approach is database first. The model is auto generated and manually changed; ...
2
votes
4answers
119 views

Fill combo by an array on a web form in c # .net

I have four variables of Long DateTime type, I want to fill combo with the help of these four values on a web page (using c sharp), The combo should show the name of Month of corresponding datetime ...
2
votes
4answers
259 views

Better way to Select & Read Date in dd/mm/yy format?

In earlier vb.net 2008 I used the DateTime to read the date in dd/mm/yy format. I use to change the culture info to UK format. So that the date will be selected from SQL server as in dd/mm/yy format. ...
2
votes
4answers
496 views

.NET Date Add Days

I have date in this format "1999-05-31T13:20:00.000-05:00" I want to add some hours or days to it . Can some one suggest how to do that with this format and AddDays or AddHours ? Result need to return ...
2
votes
5answers
384 views

What is wrong with this TimeSpan.ParseExact line?

I am receiving a FormatError exception from this call to TimeSpan.ParseExact, but the MSDN documentation that I am reading says that this format should be correct: TimeSpan timeSpan = ...
2
votes
3answers
519 views

What system default date format to use?

I'm setting the standards for our application. I've been wondering, what default date format should I choose to use ? It should be: Internationalization & timezone aware, the format should be ...

1 2 3 4