A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Display Calender if check box is checked

Vote:
 

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

#149246
May 26, 2016 16:48
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.