Hi, Is it possible to change the format of "...

Hi,

Is it possible to change the format of “ChangeTimeStamp” to UseLongDateFormat? i.e it currently displays “07/06/2018 19:23:00” and would like it to be “07 Jun 2018 19:23:00”

Thanks

0 7 311
7 REPLIES 7

I’m afraid we don’t have that option at this moment.

If you really need that format, you can CONCATENATE that with the formula. Little bit complex, but doable.

Ok cheers Aleksi

@Paul_Pillay another option is to add a virtual column, or a physical… Type datetime, and set it to long

If I set a virtual or physical column as datetime with long.

How would I capture it as a timestamp?

@Paul_Pillay you use both… Have the [change_timestamp], and hide it, And then make a virtual column just for viewing… Make the app formula =[change_timestamp]

Great! thanks Grant

Top Labels in this Space