November Happy Hour will be moved to Thursday December 5th.
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
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