• kirankumar reddy punuru
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi,
I am having one field called start date which is of type date field  i need to update the field based on the conditiotn and add days  to start date

Like This if(x=y)
{ start date = (today()- end date)}
but iam getting an error due to conversion type, can some help  me to choose any function avl to do this..

thanks..