Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Thai

ในบทความนี้เราจะเรียนรู้วิธีกำหนดค่าตัวใช้ Date Picker ขององค์ประกอบฟอร์มและวิธีที่จะมีผลกับองค์ประกอบอื่น ๆ ตามบรรทัดตามตัวอย่างด้านล่าง

วัตถุประสงค์ของบทความนี้คือการกำหนดค่าทุกอย่างที่เกี่ยวข้องกับตัวใช้เลือกวันที่ (องค์ประกอบวันที่) เป็นรูปแบบเดียวซึ่งเป็น dd-mm-yyyy และสามารถจัดเรียงระเบียนได้อย่างถูกต้องโดยใช้องค์ประกอบวันที่เดียวกัน



Image RemovedImage Added

Image RemovedImage Added

Figure 1: Form Date Picker Configurations

...

Thai

ขึ้นอยู่กับการกำหนดค่าด้านบนตัวเลือก Date Picker เมื่อมีคนเลือกวันที่ (เช่น 2 มิถุนายน 2016) จะแสดงวันที่ 02-06-2016 แก่ผู้ใช้ นี่เป็นเพราะรูปแบบการแสดงผลถูกตั้งค่าเป็น dd-mm-yy

เมื่อส่งแบบฟอร์มมันจะถูกจัดเก็บเป็น 2016-06-02 เนื่องจากรูปแบบข้อมูลถูกตั้งค่าเป็น yyyy-MM-dd

Image RemovedImage Added

Figure 2: Date Formatter Configurations

...

When one view the records submitted in a DatalistList , the date value shown will be based on the the Data Format set earlier. Therefore, to make the date to show in our desired format, we will need to make use of the Date Formatter with the configurations as shown above.

...

Info
titleGood to know

All form fields will be treated and saved as string/characters to maintain flexibility in form design.

Thai

เขตข้อมูลฟอร์มทั้งหมดจะได้รับการปฏิบัติและบันทึกเป็นสตริง / อักขระเพื่อรักษาความยืดหยุ่นในการออกแบบฟอร์ม

Image RemovedImage Added

Figure 3: Date Range Filter Configurations

...