Click here to Skip to main content
15,921,646 members
Home / Discussions / C#
   

C#

 
GeneralRe: problm wth tab control Pin
Martin#5-Jul-07 2:17
Martin#5-Jul-07 2:17 
QuestionProblem with sending email embedded with multi media content (images,graphs etc.,) Pin
Anupama Matta4-Jul-07 18:49
Anupama Matta4-Jul-07 18:49 
QuestionDataGridViewCell Pin
sangramkp4-Jul-07 18:19
sangramkp4-Jul-07 18:19 
AnswerRe: DataGridViewCell Pin
poptgab29-Jul-11 21:14
poptgab29-Jul-11 21:14 
Questiondate time format Pin
justintimberlake4-Jul-07 17:38
justintimberlake4-Jul-07 17:38 
AnswerRe: date time format Pin
ken.tachyon4-Jul-07 18:00
ken.tachyon4-Jul-07 18:00 
GeneralRe: date time format Pin
justintimberlake4-Jul-07 18:20
justintimberlake4-Jul-07 18:20 
GeneralRe: date time format Pin
Vikram A Punathambekar4-Jul-07 21:04
Vikram A Punathambekar4-Jul-07 21:04 
If you know the input format, you can parse it manually to get the date, month and year. With this, you can construct a DateTime object and convert it to whatever format you please using the ToString() method and its overloads. Alternatively, you could just build the date string you need using the date, month and year that you've extracted.

A word of advice - if you're exchanging data between different apps, the ISO format (yyyy-MM-dd) is the only sane thing to use.



Cheers,
Vıkram.

After all is said and done, much is said and little is done.

GeneralRe: date time format Pin
ken.tachyon6-Jul-07 10:13
ken.tachyon6-Jul-07 10:13 
AnswerRe: date time format Pin
Muhammad Gouda4-Jul-07 22:28
Muhammad Gouda4-Jul-07 22:28 
AnswerRe: date time format Pin
NassosReyzidis5-Jul-07 5:01
NassosReyzidis5-Jul-07 5:01 
QuestionExporting to Excel taking more time Pin
meeram3954-Jul-07 17:02
meeram3954-Jul-07 17:02 
AnswerRe: Exporting to Excel taking more time Pin
Jimmanuel5-Jul-07 5:44
Jimmanuel5-Jul-07 5:44 
QuestionDevelopment limitations of Express Edition? Pin
Ashley van Gerven4-Jul-07 15:09
Ashley van Gerven4-Jul-07 15:09 
AnswerRe: Development limitations of Express Edition? Pin
Vikram A Punathambekar4-Jul-07 16:38
Vikram A Punathambekar4-Jul-07 16:38 
GeneralRe: Development limitations of Express Edition? Pin
Ashley van Gerven4-Jul-07 18:43
Ashley van Gerven4-Jul-07 18:43 
GeneralRe: Development limitations of Express Edition? Pin
urbane.tiger4-Jul-07 21:43
urbane.tiger4-Jul-07 21:43 
GeneralRe: Development limitations of Express Edition? Pin
Vikram A Punathambekar6-Jul-07 22:12
Vikram A Punathambekar6-Jul-07 22:12 
GeneralRe: Development limitations of Express Edition? Pin
urbane.tiger8-Jul-07 16:14
urbane.tiger8-Jul-07 16:14 
AnswerRe: Development limitations of Express Edition? Pin
Vasudevan Deepak Kumar4-Jul-07 20:04
Vasudevan Deepak Kumar4-Jul-07 20:04 
QuestionEvent handling over a tcp remoting connection Pin
1242564-Jul-07 14:35
1242564-Jul-07 14:35 
QuestionEmulating ANSI in a TextBox Pin
weis234-Jul-07 14:18
weis234-Jul-07 14:18 
AnswerRe: Emulating ANSI in a TextBox Pin
Luc Pattyn4-Jul-07 15:53
sitebuilderLuc Pattyn4-Jul-07 15:53 
GeneralRe: Emulating ANSI in a TextBox Pin
weis235-Jul-07 14:56
weis235-Jul-07 14:56 
GeneralRe: Emulating ANSI in a TextBox Pin
Luc Pattyn5-Jul-07 15:21
sitebuilderLuc Pattyn5-Jul-07 15:21 

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.