Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-526

Add a utile EL function for formatting date and parsing date

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Done
    • Icon: Normal Normal
    • 6.0.0
    • 6.0.0
    • General

      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>
      ...
      

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

              Created:
              Updated:
              Resolved: