Convert current date to Format of YYYYMMDD

Hello all,
For converting format of current date from the standart format to a new format for any reason at all (the destination function only works with YYYYMMDD format no matter what), you need to make the conversion within the experssion editor, make sure you write the format itself with capital letters :
format_date_tz(@App Info.Current Date and Time , ‘YYYYMMDD’, ‘Asia/Jerusalem’)

Use the Format_date_tz function, this function gets 3 parameters : desire date to convert, desire format, time zone of date.

image

You can simply find the list of time zones by Google

Good luck

Kind regards,
Amit Berku

this is really useful for users looking to convert Date formats, thanks for sharing @Amit!!