Hi there,
i am currently working on .Net application which is using Optimizely to render the website. At the moment the date picker that is being used returns a 0 when selecting a day which has a single digit:
The code which formats the date can be found below:
public static string...
Can anyone help me subtracting minutes from a DateTime
public DateTime AddMinutes(double value);
if (connection.Value.Disconnected > DateTime.Now - AddMinutes(AppConfig.current.DisconnectTimerMins))
{
}
Can anyone help me with this?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.