miceno on 01/21/11
Last Edited at 01/21/11 01:20am
import java.util.Dateimport java.text.SimpleDateFormat String myDate= '2011-01-20T13:51:24.63Z' Date dtTmp = new SimpleDateFormat("yyyy-MM-dd'T'hh:mm:ss").parse( myDate); println dtTmp.toString()
Report this snippet Tweet
Comment:
You need to login to post a comment.