Working with dates and Function Field
Hello friends!
I'm trying to add days to a date, however the field function will always shows 00:00:00 after the resultant date. How can I display only the date, whithout the time?
toDate(input.request_date.addDay(input.Prazo_acordado),"MM,d,yyyy")
The code above will result something like "11-Feb-2020 00:00:00", but I want to display only "11-Feb-2020"