c# - Datetime.Now.ToString("HHmm") changed behavior -


i'm using line of code set string value current hour:minute in 24 hours format. example 14:50. problem it's 14:50 pm here , function returns 02:50, , causing big problem. idea how did changed in of our servers? both in test , production.

thanks.


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -