using System;
public class Program
{
public static void Main()
var date = string.Format("{0:hh.mm.ss tt}",DateTime.Now);
Console.WriteLine(date);
}