How to capture client/user current time

0
0

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

  • You must to post comments
0
0

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

//

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.