Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
how can ı convert DATE to YYYYMMDD format?
like to function in SQL >> to_char(date,'yyyymm')
thanks.
Try this: Text(Date(YourDateField,'YYYYMMDD'))
date(date#(date,'YYYYMMDD'),'YYYYMM')
Hi Hopes this helps
Date(Date#(DateField,'MM/DD/YY'),'YYYYMMDD ')
Try this: Text(Date(YourDateField,'YYYYMMDD'))
The expression convert your date field in a string
thanks this is more general expression.