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 one date format into another in PHP

Is there a simple way to convert one date format into another date format in PHP? I have this: $old_…

php date datetime format date-conversion
How to convert a string Date to long millseconds

I have a date inside a string, something like "12-December-2012". How can I convert this into milliseconds (long)?

java android epoch milliseconds date-conversion
How to get the integer value of day of week

How do I get the day of a week in integer format? I know ToString will return only a string. …

c# datetime dayofweek date-conversion
Conversion failed when converting date and/or time from character string in SQL SERVER 2008

I have below SQL. UPDATE student_queues SET Deleted=0, last_accessed_by='raja', last_accessed_on=CONVERT(VARCHAR(24),'23-07…

sql-server sql-server-2008-r2 date-conversion
Go / golang time.Now().UnixNano() convert to milliseconds?

How can I get Unix time in Go in milliseconds? I have the following function: func makeTimestamp() int64 { return time.…

time go unix-timestamp date-conversion
sql server Get the FULL month name from a date

How do I use sql to get the whole month name in sql server? I did't find a way using …

sql sql-server date-conversion
Date and time conversion to some other Timezone in java

i have written this code to convert the current system date and time to some other timezone. I am not …

java date timezone date-conversion
Converting unix time into date-time via excel

Trying to convert 1504865618099.00 Unix time into a readable date time. I tried this: =(UNIX + ("1/1/1970"-"1/1/1900"+1)*86400) / 86400 But it's not working.

excel datetime unix-timestamp date-conversion
Convert this string to timestamp PHP

I have this string: "13/10 15:00" and I would like to convert it to timestamp but when I do this: $timestamp = strtotime("13/10 15:00"); …

php timestamp strtotime date-conversion
VBA - convert to date

I have one more time a problem: I want to convert from Strings to dates in VBA The Strings look …

string vba excel date-conversion