তারিখের মান রূপান্তর করা হচ্ছে

নিচের ফাংশনের সাহায্যে তারিখ মান গণনাযোগ্য সংখ্যাতে রূপান্তর করা যায়।

DateSerial Function

একটি উল্লেখিত বছর, মাস অথবা দিনের জন্য তারিখ মান প্রদান করা হয়।

DateValue Function

তারিখ স্ট্রিং থেকে একটি তারিখ মান প্রদান করে থাকে। তারিখ স্ট্রিং হলো একক সংখ্যাসূচক মানযুক্ত সম্পূর্ণ তারিখ। দুইটি তারিখের মধ্যে পার্থক্য নির্ধারণ করার জন্য আপনি এই ক্রমানুসার সংখ্যা ব্যবহার করতে পারেন।

Day Function

DateSerial অথবা DateValue দ্বারা উৎপাদিত ক্রমিক তারিখ সংখ্যার উপর ভিত্তি করে মাসের দিন নির্দেশক মান প্রদান করে থাকে।

Month Function

DateSerial অথবা DateValue ফাংশন দ্বারা প্রকাশিত ক্রমিক তারিখ থেকে বছরের একটি মাস প্রদান করে।

WeekDay Function

DateSerial অথবা DateValue ফাংশন দ্বারা উৎপাদিত ক্রমিক তারিখ সংখ্যা দ্বারা নির্দেশিত সপ্তাহের ছুটির দিন সংশ্লিষ্ট সংখ্যা প্রদান করে থাকে।

Year Function

DateSerial অথবা DateValue ফাংশন দ্বারা প্রকাশিত ক্রমিক তারিখ থেকে বছর প্রদান করে।

CDateToIso Function

Returns the date in ISO format without separators (YYYYMMDD) from a serial date number that is generated by the DateSerial or the DateValue or the CDateFromIso function.

The year part consists of at least four digits, with leading zeros if the absolute value is less than 1000, it can be negative with a leading minus sign if the date passed denotes a year before the common era (BCE) and it can have more than four digits if the absolute value is greater than 9999. The formatted string returned can be in the range "-327680101" to "327671231".

নোট আইকন

Years less than 100 and greater than 9999 are supported since LibreOffice 5.4.


CDateFromIso Function

Returns the internal date number from a string that contains a date in ISO format (YYYYMMDD or YYYY-MM-DD).

The year part must consist of either two (supported only in YYMMDD format without separators for compatibility) or at least four digits. With four digits leading zeros must be given if the absolute value is less than 1000, it can be negative with a leading minus sign if the date passed denotes a year before the common era (BCE) and it can have more than four digits if the absolute value is greater than 9999. The formatted string can be in the range "-327680101" to "327671231", or "-32768-01-01" to "32767-12-31".

An invalid date results in an error. Year 0 is not accepted, the last day BCE is -0001-12-31 and the next day CE is 0001-01-01. Dates before 1582-10-15 are in the proleptic Gregorian calendar.

পরামর্শ আইকন

When converting a date serial number to a printable string, for example for the Print or MsgBox command, the locale's default calendar is used and at that 1582-10-15 cutover date may switch to the Julian calendar, which can result in a different date being displayed than expected. Use the CDateToIso Function to convert such date number to a string representation in the proleptic Gregorian calendar.


নোট আইকন

The YYYY-MM-DD format with separators is supported since LibreOffice 5.3.4. Years less than 100 or greater than 9999 are accepted since LibreOffice 5.4 if not in VBA compatibility mode.


CDateToUnoDate Function

Returns the date as a UNO com.sun.star.util.Date struct.

CDateFromUnoDate Function

Converts a UNO com.sun.star.util.Date struct to a Date value.

CDateToUnoDateTime Function

Returns the time part of the date as a UNO com.sun.star.util.DateTime struct.

CDateFromUnoDateTime Function

Converts a UNO com.sun.star.util.DateTime struct to a Date value.

DateAdd Function

একটি প্রদত্ত তারিখে কয়েকবার তারিখের বিরতী সংযোজন করা হয় এবং ফলাফলের তারিখ প্রদান করে।

DateDiff Function

প্রদান করা দুইটি তারিখ মানের মধ্যে তারিখ বিরতীর সংখ্যা প্রদান করে থাকে।

DatePart Function

DatePart ফাংশনটি একটি তারিখের উল্লেখিত অংশ প্রদান করে থাকে।

Please support us!