Grocer Function
NAME
num2date - transforms a number into a date
CALLING SEQUENCE
dat=num2date(num,f)
PARAMETERS
Input
-
num = a date in numerical presentation
-
f = dates frequency (in constant format)
Output
-
dat = a date in string format
DESCRIPTION
Transforms a date in numerical representation into its string one.
EXAMPLE
1) num2date(200,1)
2) num2date(200,4)
3) num2date(200,52)
Example 1 gives "200a", example 2 "49q4", example 3 3f52d44.
AUTHOR
Eric Dubois 2002