Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
There is a Boolean field to check whether the data is expired. Also, there is a Date field to store the expiration date.
public virtual Boolean IsNew {get; set}
public virtual DateTime ExpirationDate {get; set}
If the check box is checked then a calender should be displayed to accept value for the expiration date. Otherwise the calender should be hidden.
I am trying to write Dojo script to achieve the same.
Can anyone please help me in this..?
Thank in advance