Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Date Format in String Builder
Message
De
03/06/2014 13:09:19
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:
01601211
Vues:
42
>>>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
>
>So, is it:
>
>
>sbResult.AppendFormat("{0,20}", row.Field<DateTime?>("date_time").ToString("G"));
>
>But how to get rid of last AM/PM (BTW, not sure why VFP is removing it as the time will be ambiguous). Same thing of getting rid of last 3 chars?

It shows you sample output from the different formats. All you have to do is read ...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform