Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm trying to get update & creation date of an exists User after save. But all time these values are 01/01/0001 00:00.
private void UserServiceSaved(IUserService sender, SaveEventArgs<IUser> e) { IUser user = e.SavedEntities.FirstOrDefault(); var uDate = user.UpdateDate; var cDate = user.CreateDate; }
How can I save & get these values ?
-Thanks :)
Do these dates have values when you inspect the user in the backoffice?
In version 7.7.1 backoffice shows these values. I think they solved this problem in this latest version, I've to try.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Get User update & create date
I'm trying to get update & creation date of an exists User after save. But all time these values are 01/01/0001 00:00.
How can I save & get these values ?
-Thanks :)
Do these dates have values when you inspect the user in the backoffice?
In version 7.7.1 backoffice shows these values. I think they solved this problem in this latest version, I've to try.
is working on a reply...