Skip to main content
Inspiring
July 2, 2007
Question

date question

  • July 2, 2007
  • 1 reply
  • 266 views
I am not sure if there is something in Coldfusion that manages this or if I have to tackle this programmatically?

I have files that I need to pick up from a site monday through friday. Right now i have a simple date minus on day to pick up yesterday's files.

Well that is great until I hit a weekend and no files are sent for two days.

So how would I handle the monday picking up friday's files?

Anyone have to deal with stuff like this?

thanks,
Frank
    This topic has been closed for replies.

    1 reply

    July 2, 2007
    Check out the Day( ) and DayOfWeek( ) functions in the ColdFusion documentation.