Date Formatting in C# Aasim Naseem, June 15, 2010 | Read Count: 15,432April 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: 305Economic impact of Eid-ul-Adha PMP CertificationMay 23, 2025 | Read Count: 508Best PMP Study Resources for 2025 (Books, Courses, Tools & More) Agile & FrameworksMay 7, 2025 | Read Count: 484Agile vs Scrum: Finally Understanding the Difference Agile & FrameworksApril 25, 2025 | Read Count: 510When Not To Use Agile: 5 Signs You Need a Different Approach Random Tips .NETASP.NetC#Date FormattingDate Formatting in C#
Random Tips Google’s Chrome OS December 12, 2010 | Read Count: 15,510April 7, 2025 Category: My Tutorials > Random TipsHello All … hope you have a wonderful weekend. I just read an article on techcrunch about Goole’s Chrome OS, a new operation system developed by Google that runs over Google Cr-48 Chrome Notebook. This article was published on techcrunch on Dec 10 2010 with… Read More
Random Tips HTML5 Test; March 2, 2012 | Read Count: 13,428April 7, 2025 Category: My Tutorials > Random Tips Although microsoft has invested too much over #HTML5 for #Bing and its #VisualStudio but still having this check is awesome; 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… Read More
Random Tips Apple iPad Tablet January 29, 2010 | Read Count: 15,436April 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