Hi all,
I have a date formatted in 'dd/mm/yyyy' in a table. How exactly do i format this so i can print the date in the following format in a query:
"Tuesday December 20, 2007"
I have tried a few things including the below with no luck:
"to_char(MYDATEFIELD,'Day, Month DD, YYYY')"
Any help appeciated.
Ta
I have a date formatted in 'dd/mm/yyyy' in a table. How exactly do i format this so i can print the date in the following format in a query:
"Tuesday December 20, 2007"
I have tried a few things including the below with no luck:
"to_char(MYDATEFIELD,'Day, Month DD, YYYY')"
Any help appeciated.
Ta