Date Formatting in C# Aasim Naseem, June 15, 2010 | Read Count: 15,453April 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: 336Economic impact of Eid-ul-Adha PMP CertificationMay 23, 2025 | Read Count: 565Best PMP Study Resources for 2025 (Books, Courses, Tools & More) Agile & FrameworksMay 7, 2025 | Read Count: 516Agile vs Scrum: Finally Understanding the Difference Agile & FrameworksApril 25, 2025 | Read Count: 543When Not To Use Agile: 5 Signs You Need a Different Approach Random Tips .NETASP.NetC#Date FormattingDate Formatting in C#
Random Tips HTML5 Test; March 2, 2012 | Read Count: 13,445April 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 Flex version comparison chart October 5, 2009 | Read Count: 16,435April 7, 2025 Category: My Tutorials > Random Tips Enhanced feature. FEATURE FLEX BUILDER 2 FLEX BUILDER 3 PROFESSIONAL FLEX BUILDER 3 STANDARD FLEX 3 SDK RIA ON THE DESKTOP Drag and drop support No Yes Yes Yes Multi-window applications No Yes Yes Yes Local file system access No Yes Yes Yes Local… Read More
Random Tips Google Task Bug; January 27, 2011 | Read Count: 14,478April 7, 2025 Category: My Tutorials > Random Tipscan anyone reproduce this issue in pop-out view of Task in your Gmail inbox; ? I’m getting this repeatedly; Some uncompleted tasks are strikethrough and some completed tasks are in normal text; See last five entries; Author Profile Aasim Naseem Hey, Thanks for your interest…. Read More