Search results

  1. N

    Invalid Date check in code not working

    Hi all, I'm a new BP user and have a issue here where I'm trying to use C# code in BP to check to see if a date is valid. My code is DateTime dateTime; string mydate = Year + Month + Day; validDate = (DateTime.TryParseExact(mydate, "yyyyMMdd", CultureInfo.InvariantCulture...
Top