Forum Discussion
bishnu
Helper II
6 years agoError in date when formatting to date
I having problem when i changing (text to date type).
the original format is d/m/y, but when i am changing text to date type its randonly changing format to d/m/y and m/d/y
On to the left is original and to the right is the one after i chnaged to date format.
Can anybody help me to figure out why is this hapenning. I tried to extrat day and month/year seperately and later remerge, but the end result is the same.
Thanks in advance
BB
try column
fld_due_date Copy = DATE(MID([fld_due_date],7,4),MID([fld_due_date],4,2),LEFT([fld_due_date],2))it looks like regional settings issue
4 Replies
- az38
Community Champion
try column
fld_due_date Copy = DATE(MID([fld_due_date],7,4),MID([fld_due_date],4,2),LEFT([fld_due_date],2))it looks like regional settings issue
- bishnu
Helper II
Thanks a lot. its worked. can you let me know why this happened. I still couldnt figure it out why this happened.
- Mariusz
Community Champion
- amitchandak
Super User
In case all your dates are in dd/mm/yyyy format please do following setting