/claes
"tolisss" <apostolis...@gmail.com> wrote in message
news:1149258434.1...@f6g2000cwb.googlegroups.com...
Hi i have a string like "22/5/2006 12:00:00 pľ" and i want to create
System.Console.WriteLine(MyTime.ToString("HH:mm:ss"));
Alain
"tolisss" <apostolis...@gmail.com> a écrit dans le message de news:
1149258434.1...@f6g2000cwb.googlegroups.com...
Hi i have a string like "22/5/2006 12:00:00 pľ" and i want to create
chanmm
"tolisss" <apostolis...@gmail.com> wrote in message
news:1149258434.1...@f6g2000cwb.googlegroups.com...
Hi i have a string like "22/5/2006 12:00:00 pต" and i want to create
Ο/Η Claes Bergefall έγραψε:
> Take a look at DateTime.Parse and DateTime.ParseExact. Once you have a valid
> DateTime object you can use its ToString method to format the output
>
> /claes
>
> "tolisss" <apostolis...@gmail.com> wrote in message
> news:1149258434.1...@f6g2000cwb.googlegroups.com...
> Hi i have a string like "22/5/2006 12:00:00 pµ" and i want to create
but code doesn't know the type so to use the appropriate method
does that make any sense to u? how to procceed
Ο/Η Göran Andersson έγραψε: