Top "Date-format" questions

`DateFormat` is a Java Standard Edition library class which provides utility methods to parse and format dates.

How do I store an UTC ISO8601 date in a MySQL database?

I have thousands of dates in the following format: 2011-10-02T23:25:42Z (aka ISO 8601 in UTC) What MySQL data …

php mysql date date-format iso8601
Is Joda-Time DateTimeFormatter class thread safe?

Is the Joda-Time DateTimeFormatter class thread safe? Once I get an instance from DateTimeFormat.forPattern, can its various parse methods …

java thread-safety jodatime date-format
How to change created_at format

This should be a simple thing. Well, Im sure it should be simple, this is rails. The problem is: in …

ruby-on-rails date activerecord date-format datecreated
logrotate dateformat seems not supporting %H:%M:%S

I am newer to logrotate. when the configure comes to the property "dateformat",it seems that logrotate doesn't support strftime "%…

date-format logrotate
Parse RSS pubDate to Date object in java

How can I parse a pubDate from a RSS feed to a Date object in java. The format in the …

java date rss date-format
Human readable and parsable date format in Java

I want to save a Date object to a readable string (for example 22/10/2009 21:13:14) that is also parsable back to a …

java datetime date date-format
JSTL LocalDateTime format

I want to format my Java 8 LocalDateTime object in "dd.MM.yyyy" pattern. Is there any library to format? I …

jsp jstl date-format java-time
Creating a date column with date format in SQL

I'm creating a table that contains a date registered column. I want it formatted as "YYYY-MM-DD". I've already attempted this... …

sql sqlite date-format sqlitemanager
Format relative date to human readable format in Android using Android DateUtils API

I have a date field ( lastUpdated ). I want to translate this date to human readable format such as 'today', '1 …

android date-format
WPF/C# - Applying date format to listview

I have a listview bound to a collection of objects. One of the properties is a DateTime object named startDate. …

c# wpf data-binding listview date-format