Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
date format
#2
Code:
Copy      Help
DATE d="06/01/2004"
SYSTEMTIME st
str tot="''"
rep 30
,d.tosystemtime(st)
,if(st.wDayOfWeek=0 or st.wDayOfWeek=6)
,,tot.formata("%s'',''" _s.time(d "%m%d%Y"))
,d=d+1
tot.fix(tot.len-2)
out tot


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)