I want to get day, month and year separately from unix timestamp in format decimal(16,4) which was written to MySQL database by Contact Form 7 to Database Extension Wordpress plugin.
I need to do it in JAVA!
For example, I want to parse 1379446159.0400 (2013-09-17 19:29:19 +00:00) but I don't have an idea how to do it.