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

Add a utile EL function for formatting date and parsing date

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: Closed
    • Priority: Normal
    • Resolution: Done
    • Affects Version/s: 6.0.0
    • Fix Version/s: 6.0.0
    • Component/s: General
    • Labels:

      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

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

              Dates

              Created:
              Updated:
              Resolved: