Click here to Skip to main content
15,908,274 members
Home / Discussions / C#
   

C#

 
AnswerRe: Casting string to Date Pin
sathish s4-May-06 1:22
sathish s4-May-06 1:22 
1. You need to use DateTime.Parse(..) or DateTime.ParseExact(..)

2. In order to compare with todays date, you need to use
dt.ToShortDateString() or datetime.Today() because DateTime.Now will give you date along with time.

Note: Format of both needs to be the same
GeneralRe: Casting string to Date Pin
Mark064-May-06 1:46
Mark064-May-06 1:46 
AnswerRe: Casting string to Date Pin
alexey N4-May-06 1:23
alexey N4-May-06 1:23 
QuestionDataGridColumnStyle in WinForms Pin
Sreeroop4-May-06 0:36
Sreeroop4-May-06 0:36 
AnswerRe: DataGridColumnStyle in WinForms Pin
MCSD-Gandalf4-May-06 2:26
MCSD-Gandalf4-May-06 2:26 
GeneralRe: DataGridColumnStyle in WinForms Pin
Sreeroop4-May-06 20:48
Sreeroop4-May-06 20:48 
QuestionHow to run application from Byte[] Pin
Dima Filipiuk4-May-06 0:27
Dima Filipiuk4-May-06 0:27 
AnswerRe: How to run application from Byte[] Pin
alexey N4-May-06 0:35
alexey N4-May-06 0:35 
Questionhow to Save Matrix Pin
Greeky4-May-06 0:19
Greeky4-May-06 0:19 
AnswerRe: how to Save Matrix Pin
Guffa4-May-06 1:09
Guffa4-May-06 1:09 
GeneralRe: how to Save Matrix Pin
Greeky4-May-06 1:37
Greeky4-May-06 1:37 
AnswerRe: how to Save Matrix Pin
Guffa4-May-06 2:02
Guffa4-May-06 2:02 
GeneralRe: how to Save Matrix Pin
Greeky4-May-06 6:24
Greeky4-May-06 6:24 
QuestionDynamicly putting checkboxes on a form HELP Pin
Arjen van der Have3-May-06 23:49
Arjen van der Have3-May-06 23:49 
Questionscroll bar in a Custom control Pin
javierCVB3-May-06 23:43
javierCVB3-May-06 23:43 
QuestionDateTimePicker Pin
V.3-May-06 23:42
professionalV.3-May-06 23:42 
AnswerRe: DateTimePicker Pin
J4amieC3-May-06 23:54
J4amieC3-May-06 23:54 
GeneralRe: DateTimePicker Pin
V.4-May-06 0:01
professionalV.4-May-06 0:01 
GeneralRe: DateTimePicker Pin
J4amieC4-May-06 0:32
J4amieC4-May-06 0:32 
GeneralRe: DateTimePicker Pin
V.4-May-06 1:09
professionalV.4-May-06 1:09 
GeneralRe: DateTimePicker Pin
J4amieC4-May-06 1:35
J4amieC4-May-06 1:35 
GeneralRe: DateTimePicker Pin
V.4-May-06 1:44
professionalV.4-May-06 1:44 
AnswerRe: DateTimePicker Pin
alexey N4-May-06 0:09
alexey N4-May-06 0:09 
GeneralRe: DateTimePicker Pin
V.4-May-06 0:14
professionalV.4-May-06 0:14 
AnswerRe: DateTimePicker Pin
microsoc4-May-06 20:16
microsoc4-May-06 20:16 

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.