What is the proper way to get the complete name of month of a DateTime
object?
e.g. January
, December
.
I am currently using:
DateTime.Now.ToString("MMMMMMMMMMMMM");
I know it's not the correct way to do it.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…