Java Date Formatting in Java Aasim Naseem, August 13, 2010May 5, 2025 Hi all… Hope you’re enjoying your time… Today I will explain how to use date-time (date manipulation) in the Java programming language. I was working on a task where I needed to play with time/date. In my other post, I explained the date formatting in C#. Today you will learn the same… Continue Reading
Random Tips Date Formatting in C# Aasim Naseem, June 15, 2010April 7, 2025 Hello 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… Continue Reading