Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
hi,
i found mysql bugs.
im trying query select "select STR_TO_DATE('2022-02-16 10:24:36', '%Y-%m-%D %H:%i:%s')"
but result is different "2022-02-16 00:24:36"
how to fix my problem?
mysql engine 5.7.33-0ubuntu0.16.04.1
thanks in advance
khafidz
What is your desired result??Use %d instead of %D and you will get the hours
it work,
thanks Anas
You're welcome
hi,
i found mysql bugs.
im trying query select "select STR_TO_DATE('2022-02-16 10:24:36', '%Y-%m-%D %H:%i:%s')"
but result is different "2022-02-16 00:24:36"
how to fix my problem?
mysql engine 5.7.33-0ubuntu0.16.04.1
thanks in advance
khafidz