jSTL解析——008——fmt標籤庫03

來源:互聯網
上載者:User

今天主要講餘下來的fmt標籤

1、<fmt:paraseNumber>解析數字

parseNumber標籤剛好和formatNumber標籤作用相反,formatNumber是將數字轉換為自字串,而parseNumber是將字串轉換為數字

相當於java.text.NumberFormat的pasre方法

<fmt:parseNumber value="1,000"></fmt:parseNumber>

<fmt:parseNumber value="1,000" parseLocale="de"></fmt:parseNumber>

value屬性是要解析的字串,parseLocale是指定解析的環境,預設是中文的環境

2、<fmt:formatDate>格式化日期標籤

formatDate標籤用於將日期格式話為指定格式的字串

<jsp:userBean value="currDate" class="java.util.Date" />

<fmt:formatDate value="${currDate}" pattern=" yyyy-MM-dd HH:mm:ss"/>

pattern屬性就是輸出的格式化,還有別的屬性,type(date,time,both)指定該日期的類型是日期還是時間

dateStyle(shrot/medium/long/full) 日期的格式,中國格式07-11-08、2007-11-28等

timeStyle((shrot/medium/long/full)時間格式,中國格式:上午11:34、11:34:01等

timezone時間所在時區

var將格式化之後的值給var變數

scope聲明var變數的範圍

3、<fmt:parseDate>解析日期標籤

parseDate標籤的作用和formatDate標籤作用剛好相反,parseDate將字串轉換為時間

<fmt:parseDate value="2013-08-09" var="date"  pattern="yyyy-MM-dd" parseLocale="ja"/>



相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.