Format Date Not working properly
I am using format-date in template which is not giving proper output,
Ex:I have Souce field like C_SHIP_DATE='04-09-12'
and using <?format-date:C_SHIP_DATE;'DD-MMM-YY'?> or <?format-date:C_SHIP_DATE;'DD-MM-YY'?> or <?format-date:C_SHIP_DATE;'DD-MON-YY'?>
But it give me like '10-Sep-04' instead of '04-Sep-12'.
Could some one help me on this please..
Regards
Srini.