TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sailorfoley
NA
97
0
DateTime Objects
Jul 8 2004 8:53 AM
Hey everyone, my problem is this: i have a DateTime object which i get from the database. It's format is American i.e. mm/dd/yy. I want to convert this to European format i.e. dd/mm/yy. Now i have tried Convert.ToDateTime. DateTime.Parse, DateTime.ParseExact and even created a new Datetime object using the properties of the American DateTime object. The only way i can format this is with the ToString() and use a string Format but this is not what i need as this is a string and i need the actual object formatted Is there an issue with American to european conversions. I'm using .Net version 1.1 Any ideas on how to convert this? Thanks.
Reply
Answers (
3
)
Enabling/Disabling Items of dropdownlist in C#
Returning an "out ushort" handle