| Format() | ใช้จัดรูปแบบ ข้อมูลชนิดวันที่และเวลา |
|---|
function:Format ( datetime, pattern )
return type:String
content:ใช้จัดรูปแบบ ข้อมูลชนิดวันที่และเวลา
example:birthday = Format ( Date, “Long Date” ) myday = Format ( Date, “dddd, mmm d yyyy” ) birthtime = Format ( Time, “Long Time” ) mytime = Format ( Time, “hh:mm:ss AMPM” )