473,387 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

.NET and DateTime

Hello,

I have a new installation of the .NET framework on Win 2003 Srv. I need to
use the Convert.ToDateTime(str) method. The problem is it always converts
the provided string to American format MM/dd/yyyy. I need the method to
convert strings to another format: dd-MM-yyyy.
Is there any global configuration setting for .NET, so I could provide the
default date format? It ignores setting in "Control Panel". I emphasize that
I do not want to use any additional methods such as DateTime.ParseExact() to
achieve this. I would like to set the format once and globally for all .NET
applications.

Thanks,
Leszek Taratuta
Jul 21 '05 #1
6 6109
Leszek Taratuta <Lt*******@ebuild.ca> wrote:
I have a new installation of the .NET framework on Win 2003 Srv. I need to
use the Convert.ToDateTime(str) method. The problem is it always converts
the provided string to American format MM/dd/yyyy. I need the method to
convert strings to another format: dd-MM-yyyy.
Is there any global configuration setting for .NET, so I could provide the
default date format? It ignores setting in "Control Panel". I emphasize that
I do not want to use any additional methods such as DateTime.ParseExact() to
achieve this. I would like to set the format once and globally for all .NET
applications.


I suspect you *could* set the current culture's DateTime default format
string, but the best way to work (IMO) is to always specify the format
you want, eg

string date = DateTime.Now.ToString ("dd-MM-yyyy");

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #2
Leszek Taratuta <Lt*******@ebuild.ca> wrote:
I have a new installation of the .NET framework on Win 2003 Srv. I need to
use the Convert.ToDateTime(str) method. The problem is it always converts
the provided string to American format MM/dd/yyyy. I need the method to
convert strings to another format: dd-MM-yyyy.
Is there any global configuration setting for .NET, so I could provide the
default date format? It ignores setting in "Control Panel". I emphasize that
I do not want to use any additional methods such as DateTime.ParseExact() to
achieve this. I would like to set the format once and globally for all .NET
applications.


I suspect you *could* set the current culture's DateTime default format
string, but the best way to work (IMO) is to always specify the format
you want, eg

string date = DateTime.Now.ToString ("dd-MM-yyyy");

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #3
Hi Leszek,

In addition to Jon, you can see what this can do for you, however I have the
same idea in this as Jon (and that I write not often)

Thread.CurrentThread.CurrentCulture = New CultureInfo("en-US")

In the culture you want of course.

Cor
Jul 21 '05 #4
Hi Leszek,

In addition to Jon, you can see what this can do for you, however I have the
same idea in this as Jon (and that I write not often)

Thread.CurrentThread.CurrentCulture = New CultureInfo("en-US")

In the culture you want of course.

Cor
Jul 21 '05 #5
Thank you very much.
Where is the best place to put this code? Global.asax?

Thanks,
Leszek

"Cor Ligthert" <no**********@planet.nl> wrote in message
news:Om**************@TK2MSFTNGP10.phx.gbl...
Hi Leszek,

In addition to Jon, you can see what this can do for you, however I have the same idea in this as Jon (and that I write not often)

Thread.CurrentThread.CurrentCulture = New CultureInfo("en-US")

In the culture you want of course.

Cor

Jul 21 '05 #6
Thank you very much.
Where is the best place to put this code? Global.asax?

Thanks,
Leszek

"Cor Ligthert" <no**********@planet.nl> wrote in message
news:Om**************@TK2MSFTNGP10.phx.gbl...
Hi Leszek,

In addition to Jon, you can see what this can do for you, however I have the same idea in this as Jon (and that I write not often)

Thread.CurrentThread.CurrentCulture = New CultureInfo("en-US")

In the culture you want of course.

Cor

Jul 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Max M | last post by:
# -*- coding: latin-1 -*- """ I am currently using the datetime package, but I find that the design is oddly asymmetric. I would like to know why. Or perhaps I have misunderstood how it...
16
by: PK9 | last post by:
I have a string variable that holds the equivalent of a DateTime value. I pulled this datetime from the database and I want to strip off the time portion before displaying to the user. I am...
15
by: Fritz Switzer | last post by:
I'd like to have a string assigned the value of a DateTime.AddMinutes(amount) so that the string is formatted in "HH:MM" format. For example: DateTime.Now.AddMinutes(30) returns "00:30" ...
3
by: Andrew S. Giles | last post by:
Hello, I am importing a flat text file, and putting it into a datagrid for display on a form. Currently the users have their dates and times seperated. I have two fields, therefore in the...
6
by: Ante Perkovic | last post by:
Hi, How to declare datetime object and set it to my birthday, first or last day of this month or any other date. I can't find any examples in VS.NET help! BTW, what is the difference...
5
by: I am Sam | last post by:
I have created this DateTime object and instanced it I think correctly DateTime myClubNow1=new...
26
by: Reny J Joseph Thuthikattu | last post by:
Hi, I have a variabe in the format of 'DD-MON-YYYY HH:MI AM' .I want to add a miniute to it.How can i do that? by manipulation i want to make '01-JUNE-2004 11:59 PM' to '02-JUNE-2004 12:00 AM'...
11
by: Cor Ligthert | last post by:
Hello everybody, Jay and Herfried are telling me every time when I use CDate that using the datetime.parseexact is always the best way to do String to datetime conversions. They don't tell why...
9
by: Phil B | last post by:
I am having a problem with a datetime from a web services provider The provider is sending the following SOAP response <?xml version="1.0" encoding="utf-8"?> <soap:Envelope...
0
yasirmturk
by: yasirmturk | last post by:
Standard Date and Time Functions The essential date and time functions that every SQL Server database should have to ensure that you can easily manipulate dates and times without the need for any...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.