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
Table.TransformColumns(allocate, {"Received_Date", each DateTime.FromText(_, [Culture = "de-DE"])})JawaharPrem6
2 years agoHelper I
Hi, mentioned error listed
- AlienSx2 years agoSuper User