Click here to Skip to main content
15,895,142 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Validation Pin
Paul Conrad28-Jul-07 15:03
professionalPaul Conrad28-Jul-07 15:03 
AnswerRe: Validation Pin
The ANZAC28-Jul-07 12:20
The ANZAC28-Jul-07 12:20 
AnswerRe: Messagebox Pin
Dave Kreskowiak28-Jul-07 8:45
mveDave Kreskowiak28-Jul-07 8:45 
GeneralRe: Messagebox Pin
Paul Conrad28-Jul-07 18:48
professionalPaul Conrad28-Jul-07 18:48 
GeneralRe: Messagebox Pin
Dave Kreskowiak29-Jul-07 3:06
mveDave Kreskowiak29-Jul-07 3:06 
GeneralRe: Messagebox Pin
Paul Conrad29-Jul-07 3:14
professionalPaul Conrad29-Jul-07 3:14 
QuestionSimple Date Pin
ryan11728-Jul-07 7:34
ryan11728-Jul-07 7:34 
AnswerRe: Simple Date Pin
Colin Angus Mackay28-Jul-07 7:37
Colin Angus Mackay28-Jul-07 7:37 
alurora wrote:
Could anyone here tell me how do I change a date format to simple one, just:ddmmyyyy, and WITHOUT time display, please?


I presume you have a DateTime object of some sort. It has a ToString() method that takes a formatting string.

e.g. myDateTime.ToString("ddMMyyyy") will give you what you want.

Becareful of the capitalisation mm == minutes and MM == months.


Upcoming events:
* Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ...

"I wouldn't say boo to a goose. I'm not a coward, I just realise that it would be largely pointless."


My website

AnswerRe: Simple Date Pin
The ANZAC28-Jul-07 12:28
The ANZAC28-Jul-07 12:28 
QuestionSpacing [modified] Pin
sweehin1828-Jul-07 6:47
sweehin1828-Jul-07 6:47 
AnswerRe: Spacing Pin
Colin Angus Mackay28-Jul-07 7:24
Colin Angus Mackay28-Jul-07 7:24 
GeneralRe: Spacing Pin
sweehin1828-Jul-07 7:27
sweehin1828-Jul-07 7:27 
GeneralRe: Spacing Pin
Colin Angus Mackay28-Jul-07 7:36
Colin Angus Mackay28-Jul-07 7:36 
QuestionCreate the text file and copy content to it Pin
sweehin1828-Jul-07 3:54
sweehin1828-Jul-07 3:54 
AnswerRe: Create the text file and copy content to it Pin
ne0h28-Jul-07 4:43
ne0h28-Jul-07 4:43 
GeneralRe: Create the text file and copy content to it Pin
sweehin1828-Jul-07 6:36
sweehin1828-Jul-07 6:36 
GeneralRe: Create the text file and copy content to it Pin
Paul Conrad28-Jul-07 6:45
professionalPaul Conrad28-Jul-07 6:45 
GeneralRe: Create the text file and copy content to it Pin
sweehin1828-Jul-07 6:50
sweehin1828-Jul-07 6:50 
GeneralRe: Create the text file and copy content to it Pin
Paul Conrad28-Jul-07 6:51
professionalPaul Conrad28-Jul-07 6:51 
QuestionDataset not saving Pin
plankmonkey28-Jul-07 1:45
plankmonkey28-Jul-07 1:45 
AnswerRe: Dataset not saving Pin
Naji El Kotob28-Jul-07 2:59
Naji El Kotob28-Jul-07 2:59 
GeneralRe: Dataset not saving Pin
plankmonkey28-Jul-07 5:47
plankmonkey28-Jul-07 5:47 
Questionhow we can embed vc++ code in vb.net Pin
cnu_sree28-Jul-07 0:16
cnu_sree28-Jul-07 0:16 
AnswerRe: how we can embed vc++ code in vb.net Pin
Paul Conrad28-Jul-07 5:47
professionalPaul Conrad28-Jul-07 5:47 
QuestionWhy VS designer doesn't work with sub classes ? Pin
Ky Nam27-Jul-07 21:38
Ky Nam27-Jul-07 21:38 

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.