Results 1 to 106 of 106

Date format issue

Threaded View

  1. #11
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Date format issue

    if you want to use Power Query forget about Excel features and functions (sometimes they work sometimes not)
    as you can see all dates are correct, doesn't matter they are in DMY or MDY format, bigger than other or not
    here is solution for that:
        #"Changed Type with Locale" = Table.TransformColumnTypes(#"Filtered Rows", {{"Arrival", type datetime}}, "en-US"),
        #"Changed Type with Locale1" = Table.TransformColumnTypes(#"Changed Type with Locale", {{"Departure", type datetime}}, "en-US"),
    not text2columns
    Last edited by sandy666; 11-30-2022 at 03:01 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Date format issue =Right
    By shakery1 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-28-2018, 02:06 AM
  2. Date Format Issue
    By nsprasad in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-09-2015, 02:30 AM
  3. Replies: 4
    Last Post: 04-29-2015, 08:36 AM
  4. date format issue n.2 pls help, thank you
    By cat3appr in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-26-2014, 12:52 PM
  5. Date format issue
    By kesavanprabhu in forum Excel General
    Replies: 3
    Last Post: 06-14-2014, 05:40 AM
  6. [SOLVED] Issue with date format when comparing two date values (I'm in Australia)
    By aaron.irvine in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-08-2013, 01:13 AM
  7. Date Format Issue
    By Mikeice in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-03-2005, 12:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1