volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

volume_up

A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

time format changed

In our newslist the time format suddenly changed from (2005-11-06 12:45) 24-hour format to (2005-11-28 01:38) which should be 13:38 instead of 01:38. Any ideas on how to correct this?
#17479
Dec 06, 2005 15:39
If you're using a formatting string you most likely used a 'hh:mm' format. This gives the time in a 01-12 manor. Change your formatting string to 'HH:mm' and the HH will give the time in a 01-24 hour format.
#18274
Dec 06, 2005 17:24
Thanks!
#18275
Dec 07, 2005 11:20
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.