EN VI
Posts (0)
Questions (2)
2024-03-11 03:00:05
Yes, the issue is related to origin of the date. The number that you see is number of seconds since 1970-01-01 00:00:00. Since year 1899 is before 1970 you see the value as negative. However, I would...
Tags: r time format
2024-03-17 01:30:06
Creating an object array instead of a double array fixes the problem: string a = String.Format("{0} {1:0.00000000e+000} {2:0.00000000e+000}", new object[] { 1, 2, 3 }); The pro...
Tags: c# string formatting

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login