Tag: Date
-
Calenders: Gregorian, Julian and Excel
-
Calculates the serial date from the parameters \b day, \b month and \b year. <span align="right" style="background-color:99FF99"><strong>Excel: DATE</strong></span>
-
Computes the number of days between two serial Julian dates <span align="right" style="background-color:99FF99"><strong>Open Office: DATEDIFF</strong></span>
-
Computes the number of days between two serial dates using a 360 day accounting years. \begin{html}<span align="right" style="background-color:99FF99"><strong>Excel: DAYS360</strong></span>\end{html}
-
Unit functions
-
Unit functions
-
Converts a serial Julian date into day, month and year values
-
Returns a date formatted according to a given format string.
-
Extracts the day from a serial Julian date. <span align="right" style="background-color:99FF99"><strong>Excel: DAY</strong></span>
-
Computes the day of the week (Sunday through to Monday), for the specified serial Julian date.
-
Computes the Gregorian day of the year from a serial Julian date.
-
Returns the number of days in the month of a Gregorian calendars. <span align="right" style="background-color:9999FF"><strong>Open Office: DAYSINMONTH</strong></span>
-
Returns the number of days in the year of a Gregorian calendars. <span align="right" style="background-color:9999FF"><strong>Open Office: DAYSINYEAR</strong></span>
-
Calculates the date of Easter Sunday for the given year. <span align="right" style="background-color:9999FF"><strong>Open Office: EASTERSUNDAY</strong></span>
-
Advances a serial date to the last day of the month after adding \a months. <span align="right" style="background-color:99FF99"><strong>Excel: EOMONTH</strong></span>
-
Converts serial Excel date into serial Julian date
-
Returns the date in January when the first Monday occurs.
-
Advances a serial date by a number of \a Months. <span align="right" style="background-color:99FF99"><strong>Excel: EDATE</strong></span>
-
Returns true if the specified \a year is a leap-year in the Gregorian calendar (contains 29days in February). <span align="right" style="background-color:9999FF"><strong>Open Office: ISLEAPYEAR</strong></span>
-
Converts serial Julian date into serial Excel date
-
Extracts the month from a serial Julian date. <span align="right" style="background-color:99FF99"><strong>Excel: MONTH</strong></span>
-
Returns a string pointer to the month of the year.
-
Returns the number of working days between the start and end dates, excluding holidays. <span align="right" style="background-color:99FF99"><strong>Excel: NETWORKDAYS</strong></span>
-
Advances the specified date to the next weekday.
-
Returns the date of the nth weekday within the specified month and year.
-
Returns the current date as a serial Julian date. <span align="right" style="background-color:99FF99"><strong>Excel: TODAY</strong></span>
-
Returns a string for the weekday specified.
-
Computes the week number of a date - ISO, Excel and Simple standards implemented. \begin{html}<span align="right" style="background-color:99FF99"><strong>Excel: WEEKNUM</strong></span>\end{html}
-
Computes the working date from the specified date plus or minus \a days - excluding holidays. <span align="right" style="background-color:99FF99"><strong>Excel: WORKDAY</strong></span>
-
Extracts the year from a serial Julian date. <span align="right" style="background-color:99FF99"><strong>Excel: MONTH</strong></span>