Public Function DateTo4CharString( _
ByVal vDate As Variant _
) As Variant DateTo4CharString(#2/13/92#) = "2B13"
DateTo4CharString(#2/14/92#) = "2B14"
DateTo4CharString(#5/30/94#) = "4E30"
DateTo4CharString(#5/30/84#) = "4E30"See also: DateTo3CharString Function
DateTimeTo8CharString FunctionReturn value: The return value is composed of: 1) the last digit of the year (0..9)
2) the month represented by a letter (A..L)
3) the day (01..31)vDate: The date which is returned as a four-character string. Function returns Null if vDate is Null or cannot be fixed up to a Date. Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.