reset password
Author Message
cbort
Posts: 95
Posted 16:00 Apr 30, 2011 |

Is there a list of what all the symbols in the JSTL date format pattern are I cant seem to find it.

dely
Posts: 32
Posted 16:34 Apr 30, 2011 |

its the same as simpledateformat we used in java

abajpai
Posts: 52
Posted 17:36 Apr 30, 2011 |

There are sample patterns for formatting dates with JSTL on professor Sun's PowerPoint covering JSTL

cbort
Posts: 95
Posted 18:39 Apr 30, 2011 |

hmm K and k dont work for JSTL

abajpai
Posts: 52
Posted 18:44 Apr 30, 2011 |

the patterns from the slides should work. that's what i've been using.

cbort
Posts: 95
Posted 18:51 Apr 30, 2011 |

thanks