fork download
  1. using System;
  2. using System.Globalization;
  3.  
  4. public class Program {
  5. public static void Main() => Console.WriteLine(DateTime.ParseExact("sex, nov 6", "ddd, MMM d", new CultureInfo("pt-BR")));
  6. }
  7.  
  8. //https://pt.stackoverflow.com/q/96670/101
Success #stdin #stdout 0.03s 17900KB
stdin
Standard input is empty
stdout
11/6/2020 12:00:00 AM