Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.

 

Built in UIHint for DateOnly

Vote:
 

I have a customproperty that works and makes it possible for me to have a property that saves only date, but it is of string type and it would be much better if there were a built in function for this.

Meaning it would be possible to do like this:

[Display(
     Name = "Last day of application",
     Description = "The last day for sending in the application",
     GroupName = SystemTabNames.Content,
     Order = 5)]
[UIHint(UIHint.DateOnly)]
public virtual DateTime LastApplicationDay { get; set; }
#118509
Mar 09, 2015 9:11
This thread is locked and should be used for reference only.
* 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.