Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get month as word
Message
 
 
À
21/07/2000 00:56:53
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00395219
Message ID:
00395223
Vues:
14
>I need to get the Month of a date as word format.
>Eg: if Month(Date) will return "7" (stands for July).
> but I want it to return "July" as instead of "7".

Try MonthName(Month(Date)). You can also pass in an optional parameter to return the month abbreviation MonthName(Month(Date),True).
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform