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

Add a utile EL function for formatting date and parsing date

    XMLWordPrintable

Details

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

    Description

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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: