`DateFormat` is a Java Standard Edition library class which provides utility methods to parse and format dates.
I have date stored as string in an sqlite database like "28/11/2010". I want to convert the string to date. Specifically …
string sqlite date date-formatIs there a method in Java that I can use to convert MM/DD/YYYY to DD-MMM-YYYY? For example: 05/01/1999 to 01…
java date-formatHow do I convert my time from 2010-12-30 23:21:46 to ISO 8601 date format? (-_-;)
php datetime date-format datetime-format time-formatI have 100.000 rows of data in Excel. Some of the fields are dates, but the fields in Excel are as …
excel date-format worksheet-functionI need to format a date as yyyy-MM-dd'T'HH:mm:ss.SSS'Z' as specified by Parse's REST API for Facebook. I …
javascript facebook date date-format parse-platformI'm trying to display a datetime from my MySQL database as an iso 8601 formated string with PHP but it's coming …
php mysql date date-format time-formatI have a to compare dates in 2 tables but the problem is that one table has the date in DD-Mon-YY …
sql oracle date-format to-dateI have a date(string) value in an XML file in this format: Tue Apr 17 03:12:47 IST 2012 I want to use …
xml xslt transform date-formatI would like to be able to convert a Java date format string, e.g. dd/MM/yyyy (07/06/2009) to a …
java javascript date-formatHow do you globally set the date format in ASP.NET? My local machine and servers have Regional Settings set …
asp.net date-format