Top "Date-conversion" questions

Conversion of dates from one calendar or notation to another, for example, converting Julian calendar February 29, 1700 to Gregorian calendar March 11, 1700, or "March 11, 1700" to "1700-03-11".

Convert XMLGregorianCalendar in GMT to LocalDateTime Pacific time

I'm trying to convert XMLGregorianCalendar which is sent in GMT/UTC format to Java 8 LocalDateTime in America/Los_Angeles timezone …

java java-8 java-time date-conversion
Converting MYSQL timestamp to ISO-8601 without timzone offset

I'm trying to use timeago ( http://timeago.yarp.com/ ) and have found solutions for converting timestamps from MYSQL using php …

php mysql timestamp date-conversion
While converting String to Date got ambiguity between java.util.Date and java.sql.Date

I am trying to get date as input from Date tag of HTML Birth Date <input type="date" name="…

java date ambiguity date-conversion