LibreOffice 25.2 Help
প্রদেয় তারিখ মানের দিন ফলাফল প্রদান করে। দিনটি ১ এবং ৩১ এর মধ্যে একটি পূর্ণ সংখ্যা হিসাবে ফলাফল প্রদান করে। আপনি একটি ঋনাত্বক মান/সময় মান সন্নিবেশ করাতে পারেন।
DAY(সংখ্যা)
Number is the internal date number.
DAY() returns the integer part of the day.
=DAY(1) returns 31 (since LibreOffice starts counting at zero from December 30, 1899)
=DAY(NOW()) returns the current day.
=DAY(C4) returns 5 if you enter 1901-08-05 in cell C4 (the date value might get formatted differently after you press Enter).