When I add a calculated value to show the current date and time I use this formula:
current date + “ “ + current time, but this shows as:
Mon Sep 29 2025 00:00:00 GMT+0100 (British Summer Time) 09:59
I would like it to show as
29/09/2025 09:59
When putting in just the Current Date it adds the time format, but shows as 00:00:00, is there anyway of getting it to show like above?