Forum Discussion
dpbi
Helper I
9 years agoFormat 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
Advocate V
9 years agoTry
DateTime.ToText([YourDateTimeColumn],"dd/MM/yyyy")
Hope this helps
Dominik.