Skip to content

extDB3 MySQL Date Time Types

SteezCram edited this page Aug 19, 2020 · 2 revisions

MySQL Date Time Types

One of main changes from extDB2, is improved handling for Date Time Formats. SQL + SQL_CUSTOM Protocol will automatically convert Date Time Formats to [Y,M,D,H,M,S] format.

Aswell with SQL_CUSTOM if you use INPUT OPTION timeConvert and use [Y,M,D,H,M,S] you can send specfic date/time to the database.

Why [Y,M,D,H,M,S] ???? Gives mission/addon makers the ability to localize info for players.

Clone this wiki locally