Data Type
Table represents the date format used in the world. It is used to validate the date format and check if the date is valid or not.
Country |
Format |
Example |
|---|---|---|
Inernational |
YYYY-MM-DD |
2019-12-31 |
India |
DD-MM-YYYY |
31-12-2019 |
USA |
MM-DD-YYYY |
12-31-2019 |
Europe |
DD-MM-YYYY |
31-12-2019 |
Japan |
YYYY-MM-DD |
2019-12-31 |
China |
YYYY-MM-DD |
2019-12-31 |