Avatar

James McGahn

  • Total activity
    4
  • Last activity
  • Member since
  • Following
    0 users
  • Followed by
    0 users
  • Votes
    1
  • Subscriptions
    1

Activity overview

Latest activity by James McGahn
  • Avatar

    James McGahn commented,

    @... You want it to count three days in the future but not the weekends? If so, try out the below Assigns today -> the day of the week If wed -> then add 5 days in seconds to now == mon if thurs ->...

  • Avatar

    James McGahn commented,

    @... there may be a simpler way to do it but this should work finds day of week, minuses day of the week from 7. takes that calculates the seconds and then adds that to the current date. test it ou...