PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Date Mask not honored with 2016 Windows Server
Date Mask not honored with 2016 Windows Server
Débuté par Mike Peterson, 26 juin 2019 14:42 - Aucune réponse
Posté le 26 juin 2019 - 14:42
Date masks (mm-dd-yyyy or yyyy-mm-dd) are properly displayed in development and deployed to aWindows 2012 server, but when deployed to a Windows Server 2016 (IIS not PHP) dates are mangled in text controls and data tables.

Data source is Native Microsoft SQL Server, date field.

Running WebDev v24, but this has been going on for at least a couple of versions now.

My work around is to use a SQL Server view that converts the date into a properly formatted String for display purposes. When writing back to the database I convert the string to a date using native WebDev functions.

Figured it was something different with dates on Server 2016 that WebDev wasn't handling correctly, but this should have been fixed by v24.

Anyone else figured out a better way to handle this issue?