t = ParseDate(d$)
d$ and breaks it down into its
individual components. Those components are then returned in a table. The date
string passed to this function must be in Hollywood's standard date format, i.e.
dd-mmm-yyyy hh:mm:ss. See CompareStr for details.
ParseDate() will return a table with the following fields initialized:
MDay:
Mon:
Year:
Hour:
Min:
Sec:
WDay:
YDay:To compose a Hollywood date from its individual components, use the MakeDate() function. See MakeDate for details.