How is the date saved in the database? If it is saved as datetime (or date, depending on the db), u can use the format code I gave u.
If you are saving it as a string (char, varchar), I believe you have to build the format yourself with string functions (mid, left, right).
Tell me if you need help with those string functions.
NetAngel