Click here to Skip to main content
15,896,359 members
Home / Discussions / C#
   

C#

 
QuestionHow to dail with controls at runtime? Pin
mohamad108825-Aug-08 5:07
mohamad108825-Aug-08 5:07 
AnswerRe: How to dail with controls at runtime? Pin
Dr. Emmett Brown25-Aug-08 5:32
Dr. Emmett Brown25-Aug-08 5:32 
AnswerRe: How to dail with controls at runtime? Pin
User 665825-Aug-08 5:33
User 665825-Aug-08 5:33 
QuestionSet ifelse in workflow Pin
A.firooz25-Aug-08 4:51
A.firooz25-Aug-08 4:51 
AnswerRe: Set ifelse in workflow Pin
Manas Bhardwaj25-Aug-08 5:07
professionalManas Bhardwaj25-Aug-08 5:07 
QuestionReaching sql database diagram by using smo? Pin
omegazafer25-Aug-08 3:26
omegazafer25-Aug-08 3:26 
QuestionUsing Windows keyboard api? [modified] Pin
omegazafer25-Aug-08 3:09
omegazafer25-Aug-08 3:09 
AnswerRe: Using Windows keyboard api? Pin
Brij25-Aug-08 4:26
mentorBrij25-Aug-08 4:26 
GeneralRe: Using Windows keyboard api? Pin
omegazafer25-Aug-08 12:11
omegazafer25-Aug-08 12:11 
AnswerRe: Using Windows keyboard api? Pin
chaiguy133725-Aug-08 15:02
chaiguy133725-Aug-08 15:02 
GeneralRe: Using Windows keyboard api? Pin
omegazafer26-Aug-08 23:41
omegazafer26-Aug-08 23:41 
QuestionWindows services Pin
George_George25-Aug-08 2:27
George_George25-Aug-08 2:27 
AnswerRe: Windows services Pin
#realJSOP25-Aug-08 2:43
professional#realJSOP25-Aug-08 2:43 
GeneralRe: Windows services Pin
George_George25-Aug-08 2:58
George_George25-Aug-08 2:58 
GeneralRe: Windows services Pin
#realJSOP25-Aug-08 3:04
professional#realJSOP25-Aug-08 3:04 
GeneralRe: Windows services Pin
George_George25-Aug-08 3:15
George_George25-Aug-08 3:15 
GeneralRe: Windows services Pin
#realJSOP25-Aug-08 3:22
professional#realJSOP25-Aug-08 3:22 
GeneralRe: Windows services Pin
George_George25-Aug-08 20:41
George_George25-Aug-08 20:41 
GeneralRe: Windows services Pin
#realJSOP26-Aug-08 2:50
professional#realJSOP26-Aug-08 2:50 
GeneralRe: Windows services Pin
George_George27-Aug-08 2:33
George_George27-Aug-08 2:33 
QuestionTooltip Pin
ellllllllie25-Aug-08 2:23
ellllllllie25-Aug-08 2:23 
QuestionDate clash with MSSQL 2005 Pin
span9825-Aug-08 2:02
span9825-Aug-08 2:02 
AnswerRe: Date clash with MSSQL 2005 Pin
teejayem25-Aug-08 2:24
teejayem25-Aug-08 2:24 
GeneralRe: Date clash with MSSQL 2005 Pin
span9825-Aug-08 2:36
span9825-Aug-08 2:36 
AnswerRe: Date clash with MSSQL 2005 Pin
ChandraRam25-Aug-08 2:56
ChandraRam25-Aug-08 2:56 
If the design of your table is correct, you should have stored this data in a DateTime type field.

span98 wrote:
DD/MM/YYYY hh:mm:ss


This is only a display format - you can choose to display the date in any format that you want.

When you open an SQL table interactively though, from within Management Studio for instance, you will see the date being displayed according to the locale settings of your system.

HTH

Btw, cross-posting is generally considered rude

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.