Click here to Skip to main content
15,919,121 members
Home / Discussions / Database
   

Database

 
AnswerRe: Date format in ACCESS database Pin
Eddy Vluggen17-Feb-10 0:13
professionalEddy Vluggen17-Feb-10 0:13 
GeneralRe: Date format in ACCESS database Pin
Luc Pattyn17-Feb-10 0:32
sitebuilderLuc Pattyn17-Feb-10 0:32 
GeneralRe: Date format in ACCESS database Pin
Eddy Vluggen17-Feb-10 0:52
professionalEddy Vluggen17-Feb-10 0:52 
GeneralRe: Date format in ACCESS database Pin
Luc Pattyn17-Feb-10 1:00
sitebuilderLuc Pattyn17-Feb-10 1:00 
GeneralRe: Date format in ACCESS database Pin
Johnkokk17-Feb-10 0:33
Johnkokk17-Feb-10 0:33 
AnswerRe: Date format in ACCESS database Pin
thatraja17-Feb-10 0:15
professionalthatraja17-Feb-10 0:15 
GeneralRe: Date format in ACCESS database Pin
Johnkokk17-Feb-10 0:40
Johnkokk17-Feb-10 0:40 
AnswerRe: Date format in ACCESS database Pin
Luc Pattyn17-Feb-10 0:37
sitebuilderLuc Pattyn17-Feb-10 0:37 
Hi,

you can set the formatting specification for each individual column of a DataGridView. Here is a C# example:
dgv.Columns[1].DefaultCellStyle.Format="dd MMM yyyy";


which works fine as long as the field bound to that column is a DateTime (and not a string!)

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
All Toronto weekends should be extremely wet until we get it automated in regular forums, not just QA.

QuestionCreate constraints for lastname, firstname and middlename Pin
Yosh_16-Feb-10 22:06
professionalYosh_16-Feb-10 22:06 
AnswerRe: Create constraints for lastname, firstname and middlename Pin
Eddy Vluggen17-Feb-10 0:17
professionalEddy Vluggen17-Feb-10 0:17 
QuestionDatabase Login Pin
cdpace16-Feb-10 20:16
cdpace16-Feb-10 20:16 
QuestionHow to write Pin
abglorie16-Feb-10 19:57
abglorie16-Feb-10 19:57 
AnswerRe: How to write Pin
WoutL16-Feb-10 20:07
WoutL16-Feb-10 20:07 
AnswerRe: How to write Pin
gajendra_kshatriya16-Feb-10 21:32
gajendra_kshatriya16-Feb-10 21:32 
AnswerRe: How to write Pin
Mycroft Holmes17-Feb-10 2:14
professionalMycroft Holmes17-Feb-10 2:14 
QuestionHow to Sort this Data Pin
Vimalsoft(Pty) Ltd16-Feb-10 2:32
professionalVimalsoft(Pty) Ltd16-Feb-10 2:32 
AnswerRe: How to Sort this Data Pin
J4amieC16-Feb-10 2:38
J4amieC16-Feb-10 2:38 
GeneralRe: How to Sort this Data Pin
Vimalsoft(Pty) Ltd16-Feb-10 2:45
professionalVimalsoft(Pty) Ltd16-Feb-10 2:45 
AnswerRe: How to Sort this Data Pin
Richard MacCutchan16-Feb-10 2:54
mveRichard MacCutchan16-Feb-10 2:54 
QuestionRe: How to Sort this Data Pin
Chris Meech16-Feb-10 3:07
Chris Meech16-Feb-10 3:07 
AnswerRe: How to Sort this Data Pin
Vimalsoft(Pty) Ltd16-Feb-10 3:25
professionalVimalsoft(Pty) Ltd16-Feb-10 3:25 
AnswerRe: How to Sort this Data Pin
dan!sh 16-Feb-10 6:13
professional dan!sh 16-Feb-10 6:13 
AnswerRe: How to Sort this Data Pin
Jörgen Andersson16-Feb-10 9:06
professionalJörgen Andersson16-Feb-10 9:06 
GeneralRe: How to Sort this Data Pin
Vimalsoft(Pty) Ltd16-Feb-10 19:14
professionalVimalsoft(Pty) Ltd16-Feb-10 19:14 
QuestionHow Pin
JustWorking16-Feb-10 1:57
JustWorking16-Feb-10 1:57 

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.