Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Date Format dd-mm-yyyy
Message
De
22/10/2004 12:35:36
 
 
À
22/10/2004 11:38:35
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00953754
Message ID:
00953777
Vues:
18
>In vfp, I can set date in itailian ddmmyyyy format
>But now, in .net It seems impossible, it always set mm/dd/yyyy,
>
>Does anyone know how to Set the date format in textbox ?? (without time )

I have this function which returns the date in a specific format:
    ' Return the date in French format
    ' expD1 Date
    Private Function GetDate(ByVal tdDate As Date) As Date
        Return Format(tdDate, "dd/MM/yyyy")
    End Function
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform