Hi Team,
Is possible to capture the client/user’s current time or time zone? I’m using the system.now for the current time but some users are login in from a different time zone, so the date shown for them is not accurate.
Thanks,
Juan
Hi Juan,
Wisej.NET has a built in extension method ToClientTime() that you can use on DateTime structs to convert the Server DateTime to the Client DateTime.
Best,
Alaa
//
Please login first to submit.