I have this date format yy/MM/dd HH:mm:ss
ex: 12/02/21 10:56:09
. The problem is, when i try to convert it to different format using this code:
CDate("12/02/21 10:56:09").ToString("MMM. dd, yyyy HH:mm:ss")
It displays Dec. 12, 2021 10:56:09
.
How can i correctly format it to: Feb. 21, 2012 10:56:09
? This format is returned when i check balance inquiry fro my SMS based application.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…