Chuyển đổi Giá trị Ngày tháng

Các hàm sau sẽ chuyển đổi giữa giá trị ngày tháng và số có thể tính.

DateSerial Function

Trả về một giá trị Ngày tháng cho một năm, tháng hoặc ngày cụ thể.

DateValue Function

Trả về một giá trị ngày tháng từ một chuỗi ngày tháng. Chuỗi ngày tháng là một ngày tháng hoàn toàn được đại diện dưới dạng một giá trị thuộc số riêng lẻ. Bạn cũng có thể sử dụng số dãy này để tính hiệu của hai ngày tháng.

Day Function

Trả về một giá trị đại diện ngày của tháng dựa vào một số ngày dãy được tạo ra bởi hàm DateSerial hoặc DateValue.

Month Function

Trả về tháng của năm từ một ngày dãy được tạo ra bởi hàm DateSerial hoặc DateValue.

WeekDay Function

Trả về số tương ứng với ngày của tuần được đại diện bởi một số ngày dãy được tạo ra bằng hàm DateSerial hoặc DateValue.

Year Function

Trả về năm từ một số ngày dãy được tạo ra bởi hàm DateSerial hoặc 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".

Biểu tượng Ghi chú

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.

Biểu tượng Gợi ý

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.


Biểu tượng Ghi chú

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

Thêm một khoảng ngày vào một ngày tháng đã ghi rõ một số lần đã ghi rõ rồi trả về ngày tháng kết quả.

DateDiff Function

Trả về số khoảng ngày giữa hai giá trị ngày tháng đã cho.

DatePart Function

Hàm DatePart trả về một phần đã ghi rõ của một ngày tháng.