• Sebastian Muñiz
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

I'm trying to assess if the day of week is Monday, but get the following error:

Method does not exist or incorrect signature: DAY_IN_WEEK(Date)

 

If (DAY_IN_WEEK(Camp.startdate) = 2) {
// do something
} else {
// do nothing
}

 

Any ideas?

Thanks, Michele