Thailandలో తేదీ ఫార్మాట్

ประเทศไทย
DD/MM/YYYY Buddhist Era (BE = CE + 543)

Thailandలో ఉపయోగించే తేదీ ఫార్మాట్

DD/MM/YYYY

ఉదాహరణ: 31/12/2568

ఉపయోగించే ఇతర ఫార్మాట్లు:

DD/MM/YYYY DD/MM/BE (Buddhist Era)

Thailandలో నేటి తేదీ

31/12/2568

ఫార్మాట్ వివరాలు

ప్రాథమిక ఫార్మాట్ DD/MM/YYYY
సెపరేటర్ /
లొకేల్ కోడ్ th-TH
క్యాలెండర్ వ్యవస్థ Buddhist Era (BE = CE + 543)
గమనిక: Thailand uses Buddhist Era calendar, add 543 to Gregorian year

కోడ్‌లో Thailand కోసం తేదీ ఫార్మాట్

JavaScript
const date = new Date(); // Thailand కోసం ఫార్మాట్ const formatted = date.toLocaleDateString('th-TH'); console.log(formatted); // 31/12/2568
Python
from datetime import datetime import locale # Thailand కోసం ఫార్మాట్ locale.setlocale(locale.LC_TIME, 'th_TH') date = datetime.now() formatted = date.strftime('%d/%m/%Y') print(formatted) # 31/12/2568

ఇతర దేశాలు

DD/MM/YYYY ఉపయోగించే దేశాలు

సంబంధిత పేజీలు