Add a utile EL function for formatting date and parsing date

XMLWordPrintable

    • Type: New Feature
    • Resolution: Done
    • Priority: Normal
    • 6.0.0
    • Affects Version/s: 6.0.0
    • Component/s: General
    • None

      For example,

      <?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c" ?>
      ...
      				
      <template name="model">
      	<listitem value="${each}">
      		<listcell label="${each.version}"/>
      		<listcell label="${c:formatDate(each.releaseDate, 'MMM dd, yyyy')}"/>
      	</listitem>
      </template>
      ...
      

            Assignee:
            jumperchen
            Reporter:
            jumperchen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: