Date format
Code Tip: Formatting the date with DateTime.ToString()
It can be difficult to format dates correctly, especially when formats vary between database, code and UI. Why not format your dates for the UI using the static DateTime.ToString(String) method in C#?
Custom Date and Time Format Strings - Take control of your date formatting































