Click here to Skip to main content
15,904,822 members
Home / Discussions / C#
   

C#

 
AnswerRe: Seeking advice for learning how to create small LOB applications in C# Pin
Not Active23-Dec-10 5:14
mentorNot Active23-Dec-10 5:14 
GeneralRe: Seeking advice for learning how to create small LOB applications in C# Pin
Duke Carey23-Dec-10 6:18
professionalDuke Carey23-Dec-10 6:18 
GeneralRe: Seeking advice for learning how to create small LOB applications in C# Pin
Not Active23-Dec-10 8:16
mentorNot Active23-Dec-10 8:16 
GeneralRe: Seeking advice for learning how to create small LOB applications in C# Pin
#realJSOP23-Dec-10 10:35
professional#realJSOP23-Dec-10 10:35 
GeneralRe: Seeking advice for learning how to create small LOB applications in C# Pin
Duke Carey24-Dec-10 1:13
professionalDuke Carey24-Dec-10 1:13 
AnswerRe: Seeking advice for learning how to create small LOB applications in C# Pin
SledgeHammer0123-Dec-10 8:32
SledgeHammer0123-Dec-10 8:32 
QuestionDate Format Pin
mjawadkhatri23-Dec-10 2:32
mjawadkhatri23-Dec-10 2:32 
AnswerRe: Date Format Pin
Pete O'Hanlon23-Dec-10 2:39
mvePete O'Hanlon23-Dec-10 2:39 
You'll be pleased to know that there are several handy formatters available for dates. This one could be achieved using something like:
C#
Console.WriteLine("Date is {0}", DateTime.Now.ToString("dd/MM/yy"));
Why do you need to change the date format though? It's generally better to leave the date formats as the user expects them to be set up based on their locale settings. Changing them round may lead to unfortunate consequences for the user if they misread the date because of differences in the format.

I'm not a stalker, I just know things. Oh by the way, you're out of milk.

Forgive your enemies - it messes with their heads


My blog | My articles | MoXAML PowerToys | Onyx


GeneralRe: Date Format Pin
mjawadkhatri23-Dec-10 2:59
mjawadkhatri23-Dec-10 2:59 
GeneralRe: Date Format Pin
Luc Pattyn23-Dec-10 3:27
sitebuilderLuc Pattyn23-Dec-10 3:27 
GeneralRe: Date Format Pin
musefan23-Dec-10 3:43
musefan23-Dec-10 3:43 
GeneralRe: Date Format Pin
Luc Pattyn23-Dec-10 3:54
sitebuilderLuc Pattyn23-Dec-10 3:54 
GeneralRe: Date Format Pin
musefan23-Dec-10 4:04
musefan23-Dec-10 4:04 
GeneralRe: Date Format Pin
Luc Pattyn23-Dec-10 4:07
sitebuilderLuc Pattyn23-Dec-10 4:07 
GeneralRe: Date Format Pin
GenJerDan23-Dec-10 8:31
GenJerDan23-Dec-10 8:31 
GeneralRe: Date Format Pin
Luc Pattyn23-Dec-10 8:47
sitebuilderLuc Pattyn23-Dec-10 8:47 
GeneralRe: Date Format Pin
GenJerDan23-Dec-10 8:55
GenJerDan23-Dec-10 8:55 
GeneralRe: Date Format Pin
Pete O'Hanlon23-Dec-10 3:41
mvePete O'Hanlon23-Dec-10 3:41 
AnswerRe: Date Format Pin
PIEBALDconsult23-Dec-10 4:42
mvePIEBALDconsult23-Dec-10 4:42 
QuestionSmall confusion in Nullable Type Pin
Ravi Sant23-Dec-10 0:54
Ravi Sant23-Dec-10 0:54 
AnswerRe: Small confusion in Nullable Type PinPopular
harold aptroot23-Dec-10 1:01
harold aptroot23-Dec-10 1:01 
GeneralRe: Small confusion in Nullable Type Pin
Pete O'Hanlon23-Dec-10 2:40
mvePete O'Hanlon23-Dec-10 2:40 
GeneralRe: Small confusion in Nullable Type Pin
Ravi Sant23-Dec-10 4:30
Ravi Sant23-Dec-10 4:30 
AnswerRe: Small confusion in Nullable Type Pin
TweakBird23-Dec-10 1:02
TweakBird23-Dec-10 1:02 
AnswerRe: Small confusion in Nullable Type Pin
Hiren solanki23-Dec-10 1:18
Hiren solanki23-Dec-10 1:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.