(/)Date separator. Separates the day, month, and year when date values are formattedYesIn some locales, this character may have been translated and may not be a slash (/). Output value is determined by local settings
dDisplays the day as a number without a leading 0 (1–31)No
mDisplays the month as a number without a leading 0 (1–12)NoIf “m” follows “h” or “hh”, displays minutes instead
查了下 d"/"MMMM"/"yyyy 12/September/2012
M/d/yyyy 9-12-2012
所以 M"/"d"/"yyyy 是8/8/2008
MSDN
Format(#5/22/97 12:01 AM#, "mmm dd, yyyy ""at"" h:mm AM/PM")
(/)Date separator. Separates the day, month, and year when date values are formattedYesIn some locales, this character may have been translated and may not be a slash (/). Output value is determined by local settings
dDisplays the day as a number without a leading 0 (1–31)No
mDisplays the month as a number without a leading 0 (1–12)NoIf “m” follows “h” or “hh”, displays minutes instead
yyyyDisplays the full year (100–9999)No