Format Date Locale from NOW()

Hi, Iโ€™m keeping a log of comments made in my form and when I comment is made the date/time is logged on it but I canโ€™t format the date to the correct locale (english UK). See below output and formula.

Formula:
3X_a_c_ac2e5e2624f07d0200a4ff2edbe95bd40be9ef88.png

Output:

3X_e_5_e51786e8d46eff8da21a9df860636f116885bb1c.png

Anyone can help?

Solved Solved
0 3 351
1 ACCEPTED SOLUTION

@Sarah_Keown
Re-format NOW() with TEXT()
TEXT(NOW(), "DD/MM/YYYY HH:MM:SS")

View solution in original post

3 REPLIES 3

@Sarah_Keown
Re-format NOW() with TEXT()
TEXT(NOW(), "DD/MM/YYYY HH:MM:SS")

This is brilliant, thank you so much

Unfortunately, this solution does not allow for customization of date input fields.

Top Labels in this Space