Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date Format in String Builder
Message
From
02/06/2014 19:53:30
John Baird
Coatesville, Pennsylvania, United States
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01601157
Message ID:
01601166
Views:
52
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform