Forum Discussion
Anonymous
8 years agoNot applicable
Error when converting from date/time to date
Hi Getting an error while trying to convert from date/time to date The original date format is MM/DD/YYYY HH:MM and I want to have just DD/MM/YYYY. the original date is being pulled fro...
- 8 years ago
Anonymous,
You may add a custom column as follows.
DateTime.ToText(DateTime.From([Date created]), "dd/MM/yyyy")
v-chuncz-msft
8 years agoCommunity Support
Anonymous,
You may add a custom column as follows.
DateTime.ToText(DateTime.From([Date created]), "dd/MM/yyyy")