what are the different date/time format available in base
Answers
Answered by
8
When we setup a jdbc connection between base and MySQL ,the table in base uses the data format DD.MM.YY.hh.mm.
It is of course possible to change the format and save the change.
In a query we can change the format too but is not possible to save the change . therefore a form which was created in the query will use the wrong data format and data will not be saved in MySQL.
It is of course possible to change the format and save the change.
In a query we can change the format too but is not possible to save the change . therefore a form which was created in the query will use the wrong data format and data will not be saved in MySQL.
Answered by
3
Answer:
Date:- dd/mm/ yyyy
Time:-hh/ min./sec
Similar questions