Convert Date to String using simpledateformat

前端 未结 5 683
一生所求
一生所求 2021-01-16 11:29

I\'m having issues when converting a date to string in a different format. The date:

lastDownloadDate>>Wed Feb 27 16:20:23 IST 2013
lastChangeDate>&         


        
5条回答
  •  一生所求
    2021-01-16 12:15

    DateFormat outputFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
    mm for Minutes
    MM for Months
    

提交回复
热议问题