time()
day([Date])
Arguments.
Date: a date (optional)
weekday([Date][, Week begins on Sunday])
Arguments.
Date: a date (optional)
Week begins on Sunday: a boolean (0 or 1) (optional)
yearday([Date])
Arguments.
Date: a date (optional)
days(First Date, Second Date[, Day Counting Basis][, Financial function mode])
Returns the number of days between two dates.
Basis is the type of day counting you want to use: 0: US 30/360, 1: real days (default), 2: real days/360, 3: real days/365 or 4: European 30/360.
Arguments.
First Date: a date
Second Date: a date
Day Counting Basis: an integer >= 0 and <= 4 (optional)
Financial function mode: a boolean (0 or 1) (optional)
month([Date])
Arguments.
Date: a date (optional)
week([Date][, Week begins on Sunday])
Arguments.
Date: a date (optional)
Week begins on Sunday: a boolean (0 or 1) (optional)
year([Date])
Arguments.
Date: a date (optional)
yearfrac(First Date, Second Date[, Day Counting Basis][, Financial function mode])
Returns the number of years (fractional) between two dates.
Basis is the type of day counting you want to use: 0: US 30/360, 1: real days (default), 2: real days/360, 3: real days/365 or 4: European 30/360.
Arguments.
First Date: a date
Second Date: a date
Day Counting Basis: an integer >= 0 and <= 4 (optional)
Financial function mode: a boolean (0 or 1) (optional)