Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set date to British date
Message
From
01/04/1999 07:55:12
 
 
To
31/03/1999 19:28:05
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00204077
Message ID:
00204176
Views:
34
>Hi,
>
>From everyone know that in VB the date is MM/DD/YYYY. How to set the date become DD/MM/YYYY?? Thank you.
>
>Annie

Annie,

You would use the Format function.

Example,

string = format(date,"dd/mm/yyyy") 'this will return the date April 1, 1999 as 01/04/1999.
Previous
Reply
Map
View

Click here to load this message in the networking platform