Converting Twitter4J Date to SQL Date – Twitter API
I have this date format coming from Twitter API: Wed Oct 11 17:30:20 CEST 2017 In Java SQL I need this date format: 2017-10-11 17:30:20 How can i convert the date format to make it possible to insert into database?…