Forum Discussion
JawaharPrem6
2 years agoHelper I
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 past...
AlienSx
2 years agoSuper User
hello, JawaharPrem6
Table.TransformColumns(tbl_name, {"column_name", each DateTime.FromText(_, [Culture = "de-DE"])})- JawaharPrem62 years agoHelper I
Hi Thanks for your time,
iam facing error
- AlienSx2 years agoSuper User
Table.TransformColumns(allocate, {"Received_Date", each DateTime.FromText(_, [Culture = "de-DE"])})- JawaharPrem62 years agoHelper I
Hi, mentioned error listed