Format time and date : DateTime Format : Date Time C# Examples


C# Examples » Date Time » DateTime Format »

 

Format time and date









    
using  System;    
    
class  MainClass  {    
    public  static  void  Main()  {    
        DateTime  dt  =  DateTime.Now;  
  
        Console.WriteLine("24  hour  time  is  {0:HH:mm}",  dt);  
    }  
}
    
   
  
   



Output

24 hour time is 13:53


HTML code for linking to this page:

Follow Navioo On Twitter

C# Examples

 Navioo Date Time
» DateTime Format