I ran "?11?/?06?/?2015".split('').map(function(s){return s.charCodeAt(0)})
(to get the Unicode values) in my console, and found something interesting: [8206, 49, 49, 8206, 47, 8206, 48, 54, 8206, 47, 8206, 50, 48, 49, 53]
You have a U+200E left-to-right mark in there. I don't know how it got there.
Remove it, and you'll be fine.
Here, you can copy and paste the string from me: "11/06/2015"
.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…