I wrote a java utility function to convert yyyy/mm/dd as follows
public static long gettimestamp(String dateString) { SimpleDateFormat df = new SimpleDateF
You should uppercase the M. Lowercase m stands for minutes, while uppercase stands for month. Here's the documentation.
M
m