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

Deutschland
DD.MM.YYYY

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

DD.MM.YYYY

ఉదాహరణ: 31.12.2025

Germanyలో నేటి తేదీ

31.12.2026

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

ప్రాథమిక ఫార్మాట్ DD.MM.YYYY
సెపరేటర్ .
లొకేల్ కోడ్ de-DE
క్యాలెండర్ వ్యవస్థ Gregorian
గమనిక: Uses period as separator

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

JavaScript
const date = new Date(); // Germany కోసం ఫార్మాట్ const formatted = date.toLocaleDateString('de-DE'); console.log(formatted); // 31.12.2026
Python
from datetime import datetime import locale # Germany కోసం ఫార్మాట్ locale.setlocale(locale.LC_TIME, 'de_DE') date = datetime.now() formatted = date.strftime('%d.%m.%Y') print(formatted) # 31.12.2026

ఇతర దేశాలు

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

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