Hi, i have a formula below:
totext(dateadd("d",6,{table.date}-dayofweek({table.date})+1),"dd/MM/yyyy")
However i would like the date to formatted into say "02 January 2007" rather than "02/01/2007" which is what i've got. How can i change the formula above to show the date in the formatting i want.
Cheers
totext(dateadd("d",6,{table.date}-dayofweek({table.date})+1),"dd/MM/yyyy")
However i would like the date to formatted into say "02 January 2007" rather than "02/01/2007" which is what i've got. How can i change the formula above to show the date in the formatting i want.
Cheers