public void VerifyTextDateFormat() { DateFormatSelect.SelectByText("With text – ‘day’ d ‘of’ MM ‘in the year’ yy"); }
public void VerifyFullDateFormat() { DateFormatSelect.SelectByText("Full – DD, d MM, yy"); }
public void VerifyMediumDateFormat() { DateFormatSelect.SelectByText("Medium – d MM, y"); }
public void VerifyShortDateFormat() { DateFormatSelect.SelectByText("Short – d M, y"); }
public void VerifyISO8601DateFormat() { DateFormatSelect.SelectByText("ISO 8601 – yy-mm-dd"); }
public void VerifyDefaultDateFormat() { DateFormatSelect.SelectByText("Default – mm/dd/yy"); }