I have a problem to get the correct format. I am expecting \"2013/10\", but instead I get \"2013/00\".
Why is that, and how can I fix this?
DateTime
mm is minutes. MM is month. You are using the wrong field.
mm
MM