Top "Date-format" questions

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

Date Format as "MM-dd-yyy" in <p:datatable> with dynamic column

I'm having a datatable with dynamic columns generated. i have a date column to be displayed, but in a specific …

datatable date-format dynamic-columns
date_default_timezone_set("Europe/London") does not return correct time

When I use following code to get current London time, it gives the wrong time. At the time of testing …

php timezone default-value date-format
Proper DateTime Format for a Web Service

I have a webservice with a method which is called via a xmlhttprequest object in my javascript. The method accepts …

sql web-services date-format formatexception
Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX

I am trying to parse a date 2014-12-03T10:05:59.5646+08:00 using these two formats: yyyy-MM-dd'T'HH:mm:ss yyyy-MM-dd'T'HH:mm:ssXXX …

java date-format simpledateformat date-formatting
How to make fmt:formatDate work for form:input

I have a jstl loop and I want to format the date of a form:input. I have tried many …

jsp spring-mvc jstl date-format
Parsing a date with short month without dot

I have a String that represents a date in French locale : 09-oct-08 : I need to parse that String so I …

java locale date-format
Google Sitemap Date Format

I need date format for sitemaps in php. How can i do that ? Is this output right ? <lastmod>2012…

php sitemap date-format
Java Time Zone When Parsing DateFormat

I had code that parses date as follows: String ALT_DATE_TIME_FORMAT = "yyyy-MM-dd'T'HH:mm:ss.SSSZ"; SimpleDateFormat sdf = new …

java datetime timezone date-format iso8601
Convert ISO 8601 to unixtimestamp

How can I convert 2012-01-18T11:45:00+01:00 (ISO 8601) to 1326883500 (unixtimestamp) in PHP?

php date timestamp date-format time-format
Laravel 5.1 date_format validation allow two formats

I use following date validation for incoming POST request. 'trep_txn_date' => 'date_format:"Y-m-d H:i:s.u"…

php laravel laravel-5 date-format