I have this to generate an end date now() + days(random(10,20))
its returning dates as expected 2018-04-18 06:52:10 but including the time
I only want the date portion, how do i exclude the time
Excellent, thanks, just what I needed
I have this to generate an end date now() + days(random(10,20))
its returning dates as expected 2018-04-18 06:52:10 but including the time
I only want the date portion, how do i exclude the time
Excellent, thanks, just what I needed