Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date Format dd-mm-yyyy
Message
From
22/10/2004 12:35:36
 
 
To
22/10/2004 11:38:35
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00953754
Message ID:
00953777
Views:
17
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform