We can separate date and time on a field(Title field) as follows:
Edit the field property by using right click, select Properties -> click on
the function button(fx)-> paste the following function:
concat(today(), ",", substring-after(now(), "T"))
Check it then.