On 7 Oct 2019, at 2:17pm, Jose Isaias Cabrera <jic...@outlook.com> wrote:

> I have to ask this question:  Why is it that the date function does not take 
> a '4/5/2019' and returns '2019-04-05'?

Those are human formats.  SQLite is a database management system.  Its job is 
to store data and allow it to be recalled in convenient ways.

Converting data to and from a convenient storage format is not the job of a 
DBMS.  If you want a software library which does date format conversion, you 
could go look for a software library which does date format conversion.  One 
which can be called from your preferred programming language.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to