i18n:formatDate...tag example

2002-04-03 Thread Maini, Puneet (Cognizant)
Hi All, Could anybody show me some example showing usage of i18n:formatDate tag. Currently, I'm using something like this in my JSP, but its not printing anything. i18n:formatDate value=%=new Date()% pattern=MM/dd// Thanks Regards, -- Puneet Maini This e-mail and any files transmitted

RE: i18n:formatDate...tag example

2002-04-03 Thread Maini, Puneet (Cognizant)
Thanks Jan, But I'm using weblogic 5.1, which supports JSP 1.1 spec. Could anybody confirm if it would be okay to use JSTL / standard taglib with weblogic 5.1 container? I solved my problem by using datetime taglibs, like this: dt:format pattern=MM/dd/ date=%=tsDatePosted%/dt:format Thanks