Format the date object in the El expression or struts tag library to convert date to yyyy-mm-dd format.

Source: Internet
Author: User

I. El expressions

First, introduce <FMT> tags, <% @ taglib prefix = "FMT" uri = "http://java.sun.com/jsp/jstl/fmt" %> On the JSP page.

Second, use the El expression as the value of the FMT tag attribute. Add the pattern parameter to specify the format to be formatted for the date, for example, yyyy-mm-dd. For example:

<FMT: formatdate value = "$ {object. dateproperty}" pattern = "yyyy-mm-dd hh: mm"/>

Ii. Struts tag Library

First, import the struts tag library on the JSP page :. Similar to the El expression, we need to specify the format as the parameter for formatting the date in the S: Date tag, and specify the date attribute to be formatted as the value of the name attribute, for example:

<S: Date name = "# object. dateproperty" format = "yyyy-mm-dd hh: mm"/>

Note: # object. dateproperty is written in name, but object. dateproperty cannot be written. # must be added #.

Appendix: unformatted display:

Formatted and displayed:

Format the date object in the El expression or struts tag library to convert date to yyyy-mm-dd format.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.