Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Date Format in String Builder
Message
De
02/06/2014 19:53:30
John Baird
Coatesville, Pennsylvanie, États-Unis
 
 
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01601157
Message ID:
01601166
Vues:
53
This message has been marked as a message which has helped to the initial question of the thread.
>Hi everybody,
>
>I am trying to translate the following VFP code to C#
>
>
>                        padr(substr(transform(date_time),1,len(transform(date_time))-3),20)+' '+;
>
>This is what I wrote so far and a bit confused about date format and getting rid of AM/PM part:
>
>
>
> sbResult.AppendFormat("{0,20}", row.Field<DateTime?>("date_time"));
>
>I am not sure how to specify that g format for the date time and how to get rid of AM/PM designator (as VFP code seems to be doing).
>
>Thanks in advance.

Amazing thing Google, if you think to try it........ http://www.dotnetperls.com/datetime-format
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform