Article
SP_Site_NewsSelect
https://bahezteststorage.blob.core.windows.net/root/DateTime.ParseExact(originalDateString, “M/d/yyyy h:mm:ss tt”, CultureInfo.InvariantCulture);
// Format the DateTime object to the desired string formatstring formattedDateString = dateTime.ToString(“MMMM d, yyyy”, CultureInfo.InvariantCulture);
