Date Formatting in C# Aasim Naseem, June 15, 2010 | Read Count: 15,424April 7, 2025 Category: My Tutorials > Random TipsHello all. hope doing well … here is another tip related to C# programming …. i found it useful so sharing with you people … this is how you can format date in different format in asp.net / C# the usage is as follows <%= String.Format(“{specifier}”, DateTime.Now) %> where the possible specifiers are given below. Specifier Description Output d Short Date 15/05/2010 D Long Date 15 June 2010 t Short Time 21:08 T Long Time 21:08:59 f Full date and time 15 June 2010 21:08 F Full date and time (long) 15 June 2010 21:08:59 g Default date and time 15/06/2010 21:08 G Default date and time (long) 15/06/2010 21:08:59 M Day / Month 15 June r RFC1123 date Tue, 15 June 2010 21:08:59 GMT s Sortable date/time 2010-06-15 21:08:59 u Universal time, local timezone 2010-06-15 21:08:59Z Y Month / Year June 2010 dd Day 15 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 Jun MMMM Month name June ss seconds 59 tt AM/PM PM yy 2 digit year 07 yyyy 4 digit year 2010 : seperator, e.g. {0:hh:mm:ss} 09:08:59 / seperator, e.g. {0:dd/MM/yyyy} 15/06/2010 happy development 🙂 Author Profile Aasim Naseem Hey, Thanks for your interest. I’m a PMP, AWS Solutions Architect, and Scrum Master certified professional with 17+ years of hands-on experience leading projects, building teams, and helping organizations deliver software solutions better, faster, and smarter. Outside of work, I’ve got a deep curiosity for history — especially ancient civilizations like Egypt. I also enjoy reflecting on the everyday moments that shape how we live and work. This blog is my space to share insights, lessons, and thoughts from both my professional journey and personal interests. Thanks for reading — and I hope you will find something here that matches your interest. Latest entries IslamJune 6, 2025 | Read Count: 282Economic impact of Eid-ul-Adha PMP CertificationMay 23, 2025 | Read Count: 493Best PMP Study Resources for 2025 (Books, Courses, Tools & More) Agile & FrameworksMay 7, 2025 | Read Count: 463Agile vs Scrum: Finally Understanding the Difference Agile & FrameworksApril 25, 2025 | Read Count: 493When Not To Use Agile: 5 Signs You Need a Different Approach Random Tips .NETASP.NetC#Date FormattingDate Formatting in C#
Random Tips Google Wave – Communicate and Collaborate in Real Time November 14, 2009 | Read Count: 16,483April 7, 2025 Category: My Tutorials > Random TipsHello All friends … I hope … umm no, I’m sure you are having best in every aspect of your life …. hey don’t think i’m again going to tell you something about aspect oriented programming … no, not at all at this time …… Read More
Random Tips A new look for Gmail August 11, 2010 | Read Count: 15,480April 7, 2025 Category: My Tutorials > Random TipsGoogle has redesign his main interface for Gmail, and has finally got a new contact manager, which is 100 times better than the earlier one. The new contact manager is fast and easier to use, and is definitely a welcome change to one of the… Read More
Random Tips Apple iPad Tablet January 29, 2010 | Read Count: 15,432April 7, 2025 Category: My Tutorials > Random Tips[youtube=http://www.youtube.com/watch?v=ltyML-9HdR4] “The ‘iPad’ will finally arrive. Last year, we predicted that we would not see the then-rumored Apple tablet in 2009. This year, however, we predict that Apple will finally introduce this new device family, which is more of an oversized (8-inch, 10-inch iPod Touch… Read More