Forum Discussion
dpbi
8 years agoHelper I
Format Date and Time
I have Excel file with date column ('Column1') format as: dd/mm/yy and time column ('Column2') format as: hh/mm. I need to use these columns in a chart with a new calculated datetime column (...
DominikPetri
8 years agoAdvocate V
Try
DateTime.ToText([YourDateTimeColumn],"dd/MM/yyyy")
Hope this helps
Dominik.