@borismh wrote:
Date.ParseExact(str_date, “MM/dd/yyyy HH:mm:ss”, System.Globalization.CultureInfo.InvariantCulture).Day
Good afternoon, this is my code to detect a certain type of date such as “02/04/2020 15:24:49”
I want you to also be able to detect different types like these for example:
02.04.2020 15:24:49
04-02-2020 15:24:49Note: this in format is month day year
Posts: 2
Participants: 1