Name

def_dailyform — creation of the data base for the format of daily dates

CALLING SEQUENCE

def_dailyform(y,m,d,dailysep)

PARAMETERS

Input

• y = place of the year in the dates

• m = place of the month in the dates

• d = day of the year in the dates

• dailysep = separator between the day, month and year

Output

• nothing: data are saved into the file SCI\macros\grocer\db\basets.dat

DESCRIPTION

Creates the data base for the format of daily dates.

EXAMPLE

1) def_dailyform(1,2,3,'/')
 2) def_dailyfomr(3,2,1,'-')
 
Example 1 taken from function def0_basets. Dates will have the format year/month/day. 
 In example 2, dates have the format day-month-year.
 

               

AUTHOR

Eric Dubois 2007