using System;
public class Program
{
public static void Main()
Console.WriteLine(DateTime.ParseExact("26/06/2020 15:03","dd/MM/yyyy hh:mm", null));
}