Date and Time format strings come in two flavors – standard and custom. Whenever these are used, the CultureInfo that is used with them comes into play. If an IFormatProvider is not specified, the CultureInfo assigned to the current thread is used. Standard format strings These are all single character format specifiers – they each [...]