អនុគមន៍នេះគណនាកាលបរិច្ឆេទដែលបានបញ្ជាក់តាមឆ្នាំ ខែ ថ្ងៃ និងបង្ហាញវានៅក្នុងទ្រង់ទ្រាយរបស់ក្រឡា ។ ទ្រង់ទ្រាយលំនាំដើមរបស់ក្រឡា មានអនុគមន៍ DATE ជាទ្រង់ទ្រាយកាលបរិច្ឆេទ ប៉ុន្តែអ្នកអាចធ្វើទ្រង់ទ្រាយក្រឡាបានជាមួយទ្រង់ទ្រាយលេខផ្សេងទៀត ។
DATE(ឆ្នាំ; ខែ; ថ្ងៃ)
Year ជាចំនួនគត់រវាង 1583 និង 9957 ឬរវាង 0 និង 99 ។
In you can set from which year a two-digit number entry is recognized as 20xx.
Month is an integer indicating the month. A value between 1 and 12.
Day is an integer indicating the day of the month. A value between 1 and 31.
If the values for month and day are out of bounds, they are carried over to the next digit. If you enter =DATE(2000;12;31) the result will be 2000-12-31. If, on the other hand, you enter =DATE(2000;13;31) the result will be 2001-01-31.
To avoid ambiguity, always use four digits for years.
=DATE(00;1;31) yields the date 2000-01-31 written as 01/31/00 if the cell format setting is MM/DD/YY.