Quantcast
Channel: DateTime advice
Browsing latest articles
Browse All 4 View Live

DateTime advice

Hi Guys! Thanks for the help! This is what I have decided to do; In my C# code I have;            GetDateTime = Convert.ToDateTime(DateTime.Now);            Thread.CurrentThread.CurrentCulture = new...

View Article



DateTime advice

Hi,Use the SqlDbType.DateTime with an SqlParameter when transferring between server and code.  AFAIK this way it does not matter what culture the code runs in compared to the server as the transfer...

View Article

DateTime advice

Hi - I think my information can help you. Well, the form as you have posted [is] a bit wrong to me. I think you should change the code: Your current time format: 10-07-2009 12:36:15. However, I think...

View Article

DateTime advice

Hi! I need some advice on DateTime. I have a aspx page where I'm getting a dateTime using this: DateTime.Now. The value this is giving has the following format; 10-07-2009 12:36:15.  This value is...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images