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

Australia
DD/MM/YYYY

รูปแบบวันที่ที่ใช้ในAustralia

DD/MM/YYYY

ตัวอย่าง: 31/12/2025

รูปแบบอื่นที่ใช้:

DD/MM/YYYY D Month YYYY

วันนี้ในรูปแบบAustralia

31/12/2026

รายละเอียดรูปแบบ

รูปแบบหลัก DD/MM/YYYY
ตัวคั่น /
รหัสภาษา en-AU
ระบบปฏิทิน Gregorian

จัดรูปแบบวันที่สำหรับAustraliaในโค้ด

JavaScript
const date = new Date(); // รูปแบบสำหรับAustralia const formatted = date.toLocaleDateString('en-AU'); console.log(formatted); // 31/12/2026
Python
from datetime import datetime import locale # รูปแบบสำหรับAustralia locale.setlocale(locale.LC_TIME, 'en_AU') date = datetime.now() formatted = date.strftime('%d/%m/%Y') print(formatted) # 31/12/2026

ประเทศอื่นๆ

ประเทศที่ใช้ DD/MM/YYYY

หน้าที่เกี่ยวข้อง