Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColorgreen
borderWidth1
titleBGColor#ddffcc
borderStylesolid
titleDefinition

The Date Formatter allows you to transform existing date to another date format.ตัวจัดรูปแบบวันที่ อนุญาตให้คุณแปลงวันที่ที่มีอยู่เป็นรูปแบบวันที่อื่น


Figure รูปที่ 1: Date Formatter Propertiesคุณสมบัติของตัวจัดรูปแบบวันที่

Name
ชื่อ
Descriptione.g.,
คำอธิบาย
Data Date Format
In Java date format.

ในรูปแบบวันที่ Java เช่น yyyy-MM-dd for 2011-06-01

Please see simpleDateFormat for list of formats.

โปรดดู simpleDateFormat สำหรับรายการของรูปแบบ

Display Date Format
In

ในรูปแบบวันที่ Java

date format.

e.g., dd/MM/yyyy for 01/06/2001

Sample Usage

ตัวอย่างการใช้งาน

ในตัวอย่างนี้เราจะจัดรูปแบบคอลัมน์ In this example, we will format the column " Date Created " (dateCreated in database table) to another date format in Datalist Builder. ในตารางฐานข้อมูล) ไปยังรูปแบบวันที่อื่นในตัวสร้างดาตาลิสต์

Figure รูปที่ 2: มุมมองไคลเอนต์ SQL client view on data tableบนตารางข้อมูล

รูปแบบวันที่ของข้อมูล ที่เราควรตั้งค่าควรจะขึ้นอยู่กับการแสดงตัวอย่างจากตัวสร้างดาตาลิสต์The Data Date Format that we should set should be based on preview from the Datalist Builder itself.

In Joget Workflow v5, it may be subjected to the system locale and date format attributes set in the System Settings. (Please see General Settings - Server Locale and Time Zone for more information)

...