Dátumértékek átalakítása

Az alábbi függvények a dátumértékek számmá alakítására, valamint visszaalakítására szolgálnak.

DateSerial Function

Visszaad egy Date (dátum) értéket az adott évhez, hónaphoz vagy naphoz.

DateValue Function

Visszaad egy dátumértéket egy dátum-karakterláncból. A dátum-karakterlánc egy teljes dátum egy numerikus értékben. Ezt a sorozatszámot a két dátum közötti különbség meghatározásához is használhatja.

Day Function

A hónap napját ábrázoló értéket ad vissza a DateSerial vagy DateValue által létrehozott soros dátumszám alapján.

Month Function

A DateSerial vagy a DateValue függvénnyel létrehozott soros dátumérték alapján meghatározott év egy hónapját adja vissza.

WeekDay Function

Visszaadja a DateSerial vagy DateValue függvény által meghatározott soros dátumértéknek megfelelő hétköznap számát.

Year Function

Visszaadja a DateSerial vagy DateValue függvény által meghatározott soros dátumértéknek megfelelő évet.

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".

Jegyzet ikon

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.

Tipp ikon

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.


Jegyzet ikon

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

A dátumot com.sun.star.util.Date UNO struktúraként adja vissza.

CDateFromUnoDate Function

Egy com.sun.star.util.Date UNO struktúrát Date (dátum) értékké alakít.

CDateToUnoDateTime Function

Visszaadja a dátum idő részét com.sun.star.util.DateTime UNO struktúraként.

CDateFromUnoDateTime Function

Egy com.sun.star.util.DateTime UNO struktúrát Date (dátum) értékké alakít.

DateAdd Function

A megadott dátumhoz hozzáad adott számszor egy dátumintervallumot, és visszaadja az eredményként kapott dátumot.

DateDiff Function

Két adott dátum közötti dátumintervallumok számát adja eredményül.

DatePart Function

A DatePart függvény a dátum meghatározott részét adja vissza.