google-site-verification=ECX1M6_Vb39ty4VtQDXQce6wOjmPTxSettd3hTIZb9Q

C# Datetime Format

random

C# Datetime Format

C# Datetime

Please find the cheat sheet detailing formatting options for dates and times in C# :-
c# datetime format, datetime format c#,c# datetime,datetime c#, c# string to datetime,c# format date, date format c#, c# datetime tostring,c# tostring format, datetime.now.tostring
c# string to datetime
Example Usage
 <%= String.Format("{specifier}", DateTime.Now) %>

Specifier

Description

Output
d

Short Date

08/04/2007
D

Long Date

08 April 2007
t

Short Time

21:08
T

Long Time

21:08:59
f

Full date and time

08 April 2007 21:08
F

Full date and time (long)

08 April 2007 21:08:59
g

Default date and time

08/04/2007 21:08
G

Default date and time (long)

08/04/2007 21:08:59
M

Day / Month

08 April
r

RFC1123 date

Sun, 08 Apr 2007 21:08:59 GMT
s

Sortable date/time

2007-04-08T21:08:59
u

Universal time, local timezone

2007-04-08 21:08:59Z
Y

Month / Year

April 2007
dd

Day

08
ddd

Short Day Name

Sun
dddd

Full Day Name

Sunday
hh

2 digit hour

09
HH

2 digit hour (24 hour)

21
mm

2 digit minute

08
MM

Month

04
MMM

Short Month name

Apr
MMMM

Month name

April
ss

seconds

59
tt

AM/PM

PM
yy

2 digit year

07
yyyy

4 digit year

2007
:

seperator, e.g. {0:hh:mm:ss}

09:08:59
/

seperator, e.g. {0:dd/MM/yyyy}

08/04/2007

I hope you will enjoy the C# programming tips. I would like to have feedback from my blog readers. Your valuable feedback, question, or comments about this article are always welcome. Also If you like this article, don't forget to share this article with your friends and colleagues.
C# Datetime Format Reviewed by Ravi Kumar on 3:46 PM Rating: 5

No comments:

All Rights Reserved by Etechpulse © 2012 - 2017

Contact Form

Name

Email *

Message *

Powered by Blogger.