MSC: char *_strdate( char *date )

		   MSC: char *_strtime( char *time )


	- prototype in time.h

	- date = formatted date string: mm/dd/yy (9 bytes inc NULL)
	- time = formatted time string: hh:mm:ss (9 bytes inc NULL)
	- returns pointer to the parameter string

	- Turbo C uses strdate() and strtime()