Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set date to British date
Message
De
01/04/1999 07:55:12
 
 
À
31/03/1999 19:28:05
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00204077
Message ID:
00204176
Vues:
33
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform