PureBytes Links
Trading Reference Links
|
Preston,
There is a problem in date input if the entered date (day portion)
turns out to be a Sunday or a Holiday. It becomes 00.
I have read the first two pages on Equis Forum. However, I could'nt
understand the Maths behind it. For mmddyyyy the two lines are as under:
enter:=Input("date mmddyyyy",1011960,12312100,1072000);
dt=Month()*1000000 + DayOfMonth()*10000 + Year()
How would you write this for yyyymmdd and ddmmyyyy formats?
Arun
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|