↧
SQL datetime format
The following conversion options are available for sql datetime format : select convert(char, getdate(), 100) – mon dd yyyy hh:mmAM (or PM) – Oct 2 2008 11:01AM select convert(char, getdate(), 101) –...
View ArticleString Format for DateTime in C#
String Format for DateTime in C# To Custom DateTime Format There are following custom format specifiers is available y (year), M (month), d (day), h (hour 12), H (hour 24), m (minute), s (second), f...
View Article