In the database, data
is in varchar
, I simply use CURRENT_DATE()
to save the date in the database.
But it looks like it's saving in different format inside the bank, it depends on the month, something quite weird.
How to save to a defined pattern?
DD/MM/YYY
, for example