Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello friends
I have a date field that has this format :yyyymm
I would like to change it like that DD/MM/YYYY
any idea?
Thanks a lot
date(date#(billing_period, 'YYYYMM'), 'DD/MM/YYYY')

another one
date(MakeDate(left(billing_period,4), Right(billing_period,2)), 'DD/MM/YYYY')
date(date#(billing_period, 'YYYYMM'), 'DD/MM/YYYY')

another one
date(MakeDate(left(billing_period,4), Right(billing_period,2)), 'DD/MM/YYYY')
In List box--> Properties---> number tab--> Override document settings---> click on Date..(Override your format as u want).
Have a look at this document please. It helps me most of the time with these kind of issues 🙂