Hi,
I have a SP List in which the date and time are stored as text string:
dd/mm/yyyy hh:mm
I am using AddColumn in a collect statement to convert this text string to DateTimeValue
ClearCollect(colB,Sort(AddColumns(MA_Timetable_2,"START",DateTimeValue(EventStart),"END",DateTimeValue(EventEnd)),ID,Ascending))
The problem is the date is being converted incorrectly.
Any help or guidance would be much appreciated.
What am I doing wrong?
Thank you


Report
All responses (
Answers (