Here you can find the source of toDate(String string)
public final static Date toDate(String string)
//package com.java2s; import java.util.Date; public class Main { public final static Date toDate(String string) { return new Date(); }//from w w w. ja va 2s . c o m }