What is the format of entering date into a database while inserting data into it?

What is the format of entering date into a database while inserting data into it?

ڈیٹا بیس میں ڈیٹا داخل کرتے وقت تاریخ داخل کرنے کا فارمیٹ کیا ہے؟
Explanation
  • The 'YYYY-MM-DD' format is the standard for entering dates in most databases (e.g., SQL).
  • It ensures consistency and avoids confusion in date interpretation.