datetime-textサンプル1
現在日時に対してformat 属性で出力形式を指定した結果を出力するサンプルです。
datetime-textサンプル1
(『<biz-Stream_home>/sample/xml/datetime-text/datetime-textSample1.xml
』)
<?xml version="1.0" encoding="UTF-8"?> <!-- XML file created by biz-Stream Designer --> <!-- biz-Stream Copyright BrainSellers.com Corp. --> <Layout Width="595pt" Height="842pt" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:bs="http://www.brainsellers.com/schema" xmlns:svg="http://www.brainsellers.com/schema" xmlns:form="http://www.brainsellers.com/schema" xmlns:pdf="http://www.brainsellers.com/schema" version="5.0.0"> <GroupAlignment X="62.324" Y="117.254" Horizon="left" Vertical="bottom" Vector="vertical" LineSpace="5mm" Radius="0" Corners="true;true;true;true" Narrow="size"> <!-- (1)初期値 --> <datetime-text text-align="left" line-align="bottom" font-family="MSGothic" font-size="20" font-style="PLAIN" narrow="horizon" current-time="true"/> <!-- (2)format="yyyy/MM/dd" --> <datetime-text text-align="left" line-align="bottom" format="yyyy/MM/dd" font-family="MSGothic" font-size="20" font-style="PLAIN" narrow="horizon" current-time="true"/> <!-- (3)format="yyyy/MM" --> <datetime-text text-align="left" line-align="bottom" format="yyyy/MM" font-family="MSGothic" font-size="20" font-style="PLAIN" narrow="horizon" current-time="true"/> <!-- (4)format="MM/dd" --> <datetime-text text-align="left" line-align="bottom" format="MM/dd" font-family="MSGothic" font-size="20" font-style="PLAIN" narrow="horizon" current-time="true"/> <!-- (5)yyyy年MM月dd日 (EEE) --> <datetime-text text-align="left" line-align="bottom" format="yyyy年MM月dd日 (EEE)" font-family="MSGothic" font-size="20" font-style="PLAIN" narrow="horizon" current-time="true"/> <!-- (6)format="dd-MMM-yy" --> <datetime-text text-align="left" line-align="bottom" format="dd-MMM-yy" font-family="MSGothic" font-size="20" font-style="PLAIN" narrow="horizon" current-time="true"/> <!-- (7)format="dd-MMM" --> <datetime-text text-align="left" line-align="bottom" format="dd-MMM" font-family="MSGothic" font-size="20" font-style="PLAIN" narrow="horizon" current-time="true"/> <!-- (8)format="HH:mm:ss" --> <datetime-text text-align="left" line-align="bottom" format="HH:mm:ss" font-family="MSGothic" font-size="20" font-style="PLAIN" narrow="horizon" current-time="true"/> <!-- (9)format="hh:mm:ss a" --> <datetime-text text-align="left" line-align="bottom" format="hh:mm:ss a" font-family="MSGothic" font-size="20" font-style="PLAIN" narrow="horizon" current-time="true"/> <!-- (10)format="yyyy/MM/dd HH:mm:ss" --> <datetime-text text-align="left" line-align="bottom" format="yyyy/MM/dd HH:mm:ss" font-family="MSGothic" font-size="20" font-style="PLAIN" narrow="horizon" current-time="true"/> </GroupAlignment> </Layout>
生成されるPDF(『<biz-Stream_home>/sample/xml/datetime-text/datetime-textSample1.pdf
』)

- ①指定無し(初期値)
- ②format="yyyy/MM/dd"
- ③format="yyyy/MM"
- ④format="MM/dd"
- ⑤format="yyyy年MM月dd日 (EEE)"
- ⑥format="dd-MMM-yy"
- ⑦format="dd-MMM"
- ⑧format="HH:mm:ss"
- ⑨format="hh:mm:ss a"
- ⑩format="yyyy/MM/dd HH:mm:ss"