About 453,000 results
Open links in new tab
  1. Convert text date/time to a real date time in excel

    Mar 28, 2016 · 35 My data is extracted from an application and it has a text that looks like a date/time in excel. How do I actually convert "3/24/2016 11:22:07 PM" (in text) to a real date/time conversion? …

  2. How to convert Excel date format to proper date in R

    Feb 18, 2022 · I'm working with a csv which unfortunately has logged datetimes using the number format of 42705 although it should be 01/12/2016. I'd like to convert it to the right format in R using lubridate …

  3. How do I convert a calendar week into a date in Excel?

    Jun 12, 2012 · 25 I have a week number and a year, and would like to calculate the date of the Monday for that specific week in Microsoft Excel. Year Week Date (Monday) 2012 1 January 2, 2012 2013 16 …

  4. Excel date conversion using PHP Excel - Stack Overflow

    Dec 5, 2012 · UNIX date values are in seconds from Jan 1, 1970 (midnight Dec 31, 1969). So to convert from Excel, you must subtract the number of days and then convert to seconds.

  5. Power Query Convert Date (type date) to serial number

    Jan 31, 2023 · I have a column in power query called "Delivery Date", type date. I want to convert the date to serial number (the same as in excel when you change type date to "general" format.

  6. How to convert a month number (i.e. "12") into month name in Excel?

    Jun 13, 2018 · 6 I've got data in a spreadsheet that's formatted YYYYMM and I need to convert it to Month Year format (i.e. 201406 -> June 2014) I'm using RIGHT () and LEFT () to pull the …

  7. Converting Excel Date Serial Number to Date using Javascript

    I have the following javascript code that convert date (string) to the Date Serial Number used in Microsoft Excel: function JSDateToExcelDate(inDate) { var returnDateTime = 25569.0 + ((inDate.

  8. python - Convert Excel style date with pandas - Stack Overflow

    Jul 19, 2016 · I have to parse an xml file which gives me datetimes in Excel style; for example: 42580.3333333333. Does Pandas provide a way to convert that number into a regular datetime object?

  9. convert Excel Date Serial Number to Regular Date - Stack Overflow

    Dec 13, 2012 · I got a column called DateOfBirth in my csv file with Excel Date Serial Number Date Example: 36464 37104 35412 When i formatted cells in excel these are converted as 36464 => …

  10. Converting a Date into a Serial Number in Excel's Power Query

    Jan 8, 2020 · I'm trying to find a way of adjusting the formatting of a date/time in Excel's Power Query using M code. I need a date/time converted from the Power Query default format dd/mm/yyyy …