dynare/matlab/utilities/dates
Stéphane Adjemian (Charybdis) 7518a46de0 Fixed bug. Function isdates should not be located in @dates folder, otherwise the function is not found if the input argument is not a dates object (which makes the function useless). 2013-11-04 08:18:18 +01:00
..
add_periods_to_array_of_dates.m Added missing commented string (first line) for triggering the unitary tests. 2013-10-11 23:36:29 +02:00
date2string.m Renamed dynDates class as dates. 2013-10-15 15:36:21 +02:00
freq2string.m Renamed dynDates class as dates. 2013-10-15 15:36:21 +02:00
isdate.m Fixed bug (dates constructor of the form dates(FREQ, YEAR, SUBPERIOD) when FREQ is given by a character). 2013-10-24 09:42:15 +02:00
isdates.m Fixed bug. Function isdates should not be located in @dates folder, otherwise the function is not found if the input argument is not a dates object (which makes the function useless). 2013-11-04 08:18:18 +01:00
isfreq.m Added routine. 2013-10-14 18:12:50 +02:00
ismonthly.m Added condition (input must be a string) in isyearly, isquaterly, ismonthly and isweekly functions. 2013-10-14 18:17:32 +02:00
isquaterly.m Added condition (input must be a string) in isyearly, isquaterly, ismonthly and isweekly functions. 2013-10-14 18:17:32 +02:00
issubperiod.m Added a routine to test if an integer (a vector of integers) can be interpreted as a subperiod (a vector of subperiods). 2013-10-15 15:03:43 +02:00
isweekly.m Added condition (input must be a string) in isyearly, isquaterly, ismonthly and isweekly functions. 2013-10-14 18:17:32 +02:00
isyearly.m Added condition (input must be a string) in isyearly, isquaterly, ismonthly and isweekly functions. 2013-10-14 18:17:32 +02:00
string2date.m Renamed dynDates class as dates. 2013-10-15 15:36:21 +02:00
string2freq.m Renamed dynDates class as dates. 2013-10-15 15:36:21 +02:00