I have the following string which I ultimately need to have in the format of mm/yy
var expDate = 2016-03;
var formatExp = expDate.replace(/-/g , "/");
This gets me to 2016/03, but how can i get to 03/16?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…