Hello @harshikakhatri269
You can either use Modify Date activity as below or the expression provided below.
DateTime.ParseExact(strVar, "MM/dd/yyyy", Globalization.CultureInfo.InvariantCulture).ToString("dd")

Hello @harshikakhatri269
You can either use Modify Date activity as below or the expression provided below.
DateTime.ParseExact(strVar, "MM/dd/yyyy", Globalization.CultureInfo.InvariantCulture).ToString("dd")
