I have a need to convert the date to a number.
ie:
<PARAM NAME="CurrentDate" VALUE="37291">
<PARAM NAME="MaxDate" VALUE="2958465">
<PARAM NAME="MinDate" VALUE="-109205">
I want to insert a given date into the "CurrentDate" how do I convert a date ie: 2/2/2002 into a number like above.
ie:
<PARAM NAME="CurrentDate" VALUE="37291">
<PARAM NAME="MaxDate" VALUE="2958465">
<PARAM NAME="MinDate" VALUE="-109205">
I want to insert a given date into the "CurrentDate" how do I convert a date ie: 2/2/2002 into a number like above.