Forum Discussion

JawaharPrem6's avatar
JawaharPrem6
Helper I
2 years ago

Issues in Date Format change

Hi All,

I have a issues in change the date format from mm/dd/yyyy to dd/mm/yyyy,

in date has 8/12/2023 it is considring in system as mm/dd/yyyy but it should consider as dd/mm/yyyy, sample has pasted. Pls support on this.

 

MY DATE Format - "dd/mm/yyyy"DateMMYYYYRemarks
12/12/2023 17:5712122023In Date instead of 8, 12 is updated
8/12/2023 21:2112082023In Date instead of 8, 12 is updated
8/12/2023 21:2112082023In Date instead of 8, 12 is updated
13/12/2023 18:50:3613/12/2023 18:50:3613/12/2023 18:50:3613/12/2023 18:50:36system format is "mm/dd/yyyy", hence after 12 it change to text format
8/12/2023 21:2112082023In Date instead of 8, 12 is updated
29/12/2023 15:56:1629/12/2023 15:56:1629/12/2023 15:56:1629/12/2023 15:56:16system format is "mm/dd/yyyy", hence after 12 it change to text format
27/12/2023 15:46:1627/12/2023 15:46:1627/12/2023 15:46:1627/12/2023 15:46:16system format is "mm/dd/yyyy", hence after 12 it change to text format
27/12/2023 14:06:1827/12/2023 14:06:1827/12/2023 14:06:1827/12/2023 14:06:18system format is "mm/dd/yyyy", hence after 12 it change to text format
27/12/2023 15:11:1727/12/2023 15:11:1727/12/2023 15:11:1727/12/2023 15:11:17system format is "mm/dd/yyyy", hence after 12 it change to text format

 

5 Replies

  • hello, JawaharPrem6 

    Table.TransformColumns(tbl_name, {"column_name", each DateTime.FromText(_, [Culture = "de-DE"])})
      • AlienSx's avatar
        AlienSx
        Super User
        Table.TransformColumns(allocate, {"Received_Date", each DateTime.FromText(_, [Culture = "de-DE"])})