Hi All,
I have a expression rule built where am getting a date and time value for one of the variable, the value coming is something like "2020-10-12 09:00:00.000"
how can i get the time to be end of that day (i.e 11:59 PM in the timings of DateandTime value)
Thanks in Advance
Discussion posts and replies are publicly visible
datetime(year(today()),month(today()),day(today()),11,59,59,0)