Hi,
I have a database field called due_date, the data type is date and the format is DD-MON-YY so the output is like this 06-JAN-03 , It means January 6, 2003
I want to format my date like this ...6 January,2003,
i want to remove the zero beside the 6.
can it be done in oracle.. using format mask... I can't do it... is there some other way ?
Thanks,
Jhoann
I have a database field called due_date, the data type is date and the format is DD-MON-YY so the output is like this 06-JAN-03 , It means January 6, 2003
I want to format my date like this ...6 January,2003,
i want to remove the zero beside the 6.
can it be done in oracle.. using format mask... I can't do it... is there some other way ?
Thanks,
Jhoann