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 seconds to days, hours, minutes, seconds (MySQL)

Example: seconds ="1015557"; Result should be: 11days 18h:05m:57s How can do this in MySQL?

mysql date-arithmetic date-conversion
Scala String to Java Util Date Conversion

Hi the Conversion of String to Date is not possible here.. I search and use several methods but the error …

scala date date-conversion
Converting JSON date(ticks) to NSDate

Does anyone know how to convert a JSON date(ticks) to an NSDate in Objective-C? Can someone post some code?

objective-c json date-conversion
Converting date in Year.decimal form in R

I have a ts column that saves years in decimal format ie 1988.0 1988.25 1988.5 1988.75 and so on. I need to export it …

r date date-conversion
Convert "unknown format" strings to datetime objects?

This is probably a very basic question but after reading documentation I still can't figure out how to do it... …

python date date-conversion
How to print Nepali date today in PHP?

i want to echo print nepali calendar date on different date formats. please take a look at bellow code And …

php date date-conversion
Finding row causing error in type conversion in SQL Server

I am trying to cast a column as smalldatetime from varchar. There are some rows containing errors, how can I …

sql sql-server date-conversion
convert three variable data into a date format in php

i have three variables containing values shown below $day=13 $month=2 $year=2013 i want to convert these three variable data into …

php date date-conversion